This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


    from fe65d4c  Remove sync that triggers deadlock with BZ 63816 test case
     new 5e3b0aa  Expand test for 
https://bz.apache.org/bugzilla/show_bug.cgi?id=63816
     new 8e17930  Refactor
     new f353d63  Refactor
     new d2d46f0  Remove an illegal state transition
     new 4eec200  Hack to fix failing test
     new 79af7e2  Fix back-port to Java 6 errors
     new 87dbf83  Refactor the unit test to avoid race conditions

The 7 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      |   5 +-
 java/org/apache/coyote/AsyncStateMachine.java      |  29 +-
 .../apache/catalina/core/TestAsyncContextImpl.java |   7 +-
 .../core/TestAsyncContextStateChanges.java         | 370 +++++++++++++++++++++
 webapps/docs/changelog.xml                         |   6 +-
 5 files changed, 391 insertions(+), 26 deletions(-)
 create mode 100644 
test/org/apache/catalina/core/TestAsyncContextStateChanges.java


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to