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 fd1df16c14 Additional logging to help debug a GitHub action failure
     new ccb625b1d2 Create an HttpParser per Protocol rather than per Processor
     new 17339b4ddc 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  |  3 +-
 webapps/docs/changelog.xml                         | 11 ++++
 webapps/docs/config/http2.xml                      |  8 +++
 8 files changed, 120 insertions(+), 22 deletions(-)


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

Reply via email to