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

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


    from dc5b18d898 Add experimental FilterValve, which allows a Filter to be 
run within the Valve chain.
     new eb5c094e55 Align processing of trailer headers with standard processing
     new d6db22e411 Improve handling of failures during recycle() methods
     new 9cdfe25bad Improvements to HTTP/2 overhead protection.

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:
 .../catalina/connector/LocalStrings.properties     |  1 +
 java/org/apache/catalina/connector/Request.java    |  7 +--
 .../catalina/core/ApplicationHttpRequest.java      |  8 +++-
 .../apache/catalina/core/LocalStrings.properties   |  1 +
 .../catalina/core/LocalStrings_cs.properties       |  2 +
 .../catalina/core/LocalStrings_es.properties       |  2 +
 .../catalina/core/LocalStrings_fr.properties       |  1 +
 .../catalina/core/LocalStrings_ja.properties       |  1 +
 .../catalina/core/LocalStrings_ko.properties       |  1 +
 .../catalina/core/LocalStrings_zh_CN.properties    |  1 +
 .../apache/coyote/http11/Http11InputBuffer.java    |  8 +++-
 .../coyote/http11/filters/ChunkedInputFilter.java  | 15 ++++++-
 .../coyote/http11/filters/LocalStrings.properties  |  2 +
 java/org/apache/coyote/http2/Http2AsyncParser.java | 51 ++++++++++++----------
 java/org/apache/coyote/http2/Http2Protocol.java    | 19 +++++++-
 .../apache/coyote/http2/Http2UpgradeHandler.java   |  9 +++-
 java/org/apache/tomcat/util/buf/B2CConverter.java  | 11 ++++-
 java/org/apache/tomcat/util/buf/C2BConverter.java  | 15 ++++++-
 .../apache/tomcat/util/buf/LocalStrings.properties |  3 ++
 webapps/docs/changelog.xml                         | 10 +++++
 webapps/docs/config/http2.xml                      |  9 +++-
 21 files changed, 142 insertions(+), 35 deletions(-)


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

Reply via email to