This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 7839aab Add debug logging of read/write interest registration new 8db9014 Expand async tests new 570e2c8 Fix instance where pipelined data may be missed after an async request new ee83aed Don't trigger an additional dispatch with async I/O and complete The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: java/org/apache/coyote/AbstractProcessorLight.java | 27 +++- java/org/apache/coyote/AsyncStateMachine.java | 26 ++-- .../apache/catalina/core/TestAsyncContextImpl.java | 163 +++++++++++++++++++++ 3 files changed, 199 insertions(+), 17 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org