Merge branch '6.1.x'

This commit is contained in:
Sam Brannen 2024-03-09 16:31:28 +01:00
commit 6b64e9992a
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ public abstract class AbstractListenerWriteProcessor<T> implements Processor<T,
/** /**
* Indicates we're waiting for one last isReady-onWritePossible cycle * Indicates we're waiting for one last isReady-onWritePossible cycle
* after "onComplete" because some Servlet containers expect this to take * 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; private volatile boolean readyToCompleteAfterLastWrite;