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

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


    from 28dc9f42b1 Restore only creating Stream input buffer when required
     new e00735c3f6 Create an HttpParser per Protocol rather than per Processor
     new 3c5b14b713 Add discardRequestsAndResponses to HTTP/2 with a default of 
false

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:
 .../apache/catalina/connector/CoyoteAdapter.java   | 19 +++----
 .../coyote/http11/AbstractHttp11Protocol.java      |  9 +++
 java/org/apache/coyote/http11/Http11Processor.java |  9 +--
 java/org/apache/coyote/http2/Http2Protocol.java    | 64 ++++++++++++++++++++++
 java/org/apache/coyote/http2/Stream.java           | 19 ++++++-
 java/org/apache/coyote/http2/StreamProcessor.java  |  4 +-
 webapps/docs/changelog.xml                         | 11 ++++
 webapps/docs/config/http2.xml                      |  8 +++
 8 files changed, 120 insertions(+), 23 deletions(-)


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

Reply via email to