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 0495f66 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63816
async errors
new 7c0a689 Expand test for
https://bz.apache.org/bugzilla/show_bug.cgi?id=63816
new eb9ca41 Refactor
new 29bf1c5 Refactor
new a6b3d5b Remove an illegal state transition
new 6e1b6a9 Hack to fix failing test
The 5 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/AbstractProcessor.java | 6 +-
java/org/apache/coyote/AsyncStateMachine.java | 31 +-
.../apache/catalina/core/TestAsyncContextImpl.java | 7 +-
.../core/TestAsyncContextStateChanges.java | 327 +++++++++++++++++++++
webapps/docs/changelog.xml | 6 +-
5 files changed, 350 insertions(+), 27 deletions(-)
create mode 100644
test/org/apache/catalina/core/TestAsyncContextStateChanges.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]