This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from bcc79ecda6 Restore only creating Stream input buffer when required new 4aa508f0f1 Create an HttpParser per Protocol rather than per Processor new fa8c99b70d 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