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

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


    from 5822574  Refactor tests to reduce running time when using multiple 
threads
     new 6cf9b08  Use specialised exception for the case of ByteChunk overflow
     new f4c12fc  Fix BZ 65726 - handle HTTP/1.1 upgrade with request body

The 2 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/http11/Http11Processor.java | 116 +++++++++++++++------
 .../upgrade/UpgradeApplicationBufferHandler.java   |  31 +++---
 java/org/apache/coyote/http2/Stream.java           |   2 +-
 java/org/apache/tomcat/util/buf/ByteChunk.java     |  12 ++-
 test/org/apache/coyote/http2/Http2TestBase.java    |  27 +++++
 .../coyote/http2/TestHttp2UpgradeHandler.java      |  80 ++++++++++++++
 webapps/docs/changelog.xml                         |   5 +
 webapps/docs/config/http.xml                       |  24 +++--
 webapps/docs/security-howto.xml                    |   8 +-
 9 files changed, 239 insertions(+), 66 deletions(-)
 copy test/org/apache/catalina/valves/rewrite/TesterRewriteMapA.java => 
java/org/apache/coyote/http11/upgrade/UpgradeApplicationBufferHandler.java (60%)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to