Skip to content

Commit b4e7436

Browse files
committed
Restore link to Jakarta Servlet issue tracker
1 parent accf7ff commit b4e7436

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-web/src/main/java/org/springframework/http/server/reactive/AbstractListenerWriteProcessor.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ public abstract class AbstractListenerWriteProcessor<T> implements Processor<T,
6969
/**
7070
* Indicates we're waiting for one last isReady-onWritePossible cycle
7171
* after "onComplete" because some Servlet containers expect this to take
72-
* place prior to calling AsyncContext.complete(). See also gh-273.
72+
* place prior to calling AsyncContext.complete().
73+
* @see <a href="https://github.com/jakartaee/servlet/issues/273">Jakarta Servlet issue 273</a>
7374
*/
7475
private volatile boolean readyToCompleteAfterLastWrite;
7576

0 commit comments

Comments
 (0)