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 f631975606 Refactor SimpleHTTPClient to read body as-is rather than via readLine() new 95ea8ac12f Rename method that performs commit to commit() new 158410dce4 Refactor writing of the status code new 573560e980 Refactoring writing of HTTP headers to separate method new 2922f53f7d Implement early hints for HTTP/1.1 new 67cbac5094 AJP doesn't support 1xx responses. new ae22fadba4 Add HTTP/2 support for early hints new 6df40af33c Add a changelog entry The 7 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/coyote/http11/TestHttp11Processor.java | 49 ++++++++++++++++ .../apache/coyote/http2/TestStreamProcessor.java | 66 ++++++++++++++++++++++ webapps/docs/changelog.xml | 12 ++++ 15 files changed, 237 insertions(+), 9 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org