Skip to content

Commit

Permalink
Restore link to Jakarta Servlet issue tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Mar 9, 2024
1 parent accf7ff commit b4e7436
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ public abstract class AbstractListenerWriteProcessor<T> implements Processor<T,
/**
* Indicates we're waiting for one last isReady-onWritePossible cycle
* after "onComplete" because some Servlet containers expect this to take
* place prior to calling AsyncContext.complete(). See also gh-273.
* place prior to calling AsyncContext.complete().
* @see <a href="https://github.com/jakartaee/servlet/issues/273">Jakarta Servlet issue 273</a>
*/
private volatile boolean readyToCompleteAfterLastWrite;

Expand Down

0 comments on commit b4e7436

Please sign in to comment.