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 6170e45b41 Fix unlock logic after review from kkolinko new 40f82e1a72 Refactor SimpleHTTPClient to read body as-is rather than via readLine() new 0dfcbf7973 Rename method that performs commit to commit() new fb1e220e71 Refactor writing of the status code new 5bb7db277a Refactoring writing of HTTP headers to separate method new 5c2bbbbcce Implement early hints for HTTP/1.1 new 5322419f4b AJP doesn't support 1xx responses. new 0d2b76ba3c Add HTTP/2 support for early hints new b54fa0e67f Add a changelog entry The 8 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/OutputBuffer.java | 2 +- java/org/apache/catalina/connector/Response.java | 14 +++++ .../apache/catalina/connector/ResponseFacade.java | 4 ++ java/org/apache/coyote/AbstractProcessor.java | 11 ++++ java/org/apache/coyote/ActionCode.java | 7 ++- java/org/apache/coyote/Response.java | 11 ++++ java/org/apache/coyote/ajp/AjpProcessor.java | 6 ++ .../apache/coyote/http11/Http11OutputBuffer.java | 17 +++++- java/org/apache/coyote/http11/Http11Processor.java | 23 ++++++-- .../org/apache/coyote/http2/Http2OutputBuffer.java | 2 +- java/org/apache/coyote/http2/Stream.java | 16 ++++++ java/org/apache/coyote/http2/StreamProcessor.java | 6 ++ .../apache/catalina/core/TestStandardContext.java | 2 +- .../apache/catalina/startup/SimpleHttpClient.java | 16 ++++-- .../coyote/http11/TestHttp11InputBuffer.java | 2 +- .../apache/coyote/http11/TestHttp11Processor.java | 51 ++++++++++++++++- .../apache/coyote/http2/TestStreamProcessor.java | 66 ++++++++++++++++++++++ webapps/docs/changelog.xml | 12 ++++ 18 files changed, 252 insertions(+), 16 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org