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 ebd5cae558 Fix warning
new 3a1659ebe6 Rename method that performs commit to commit()
new 9dba4efc0f Remove deprecated code
new ff7a869fd2 Refactor writing of the status code
new 2d939ecf4c Refactoring writing of HTTP headers to separate method
new 3f37960753 Implement early hints for HTTP/1.1
new 26a9aef3e4 Remove deprecated code
new d4db19dabf AJP doesn't support 1xx responses.
new 73df9bd7d9 Add HTTP/2 support for early hints
new 809548fd8a Add a changelog entry
The 9 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 | 2 +-
java/org/apache/coyote/ajp/AjpProcessor.java | 6 ++
.../apache/coyote/http11/Http11OutputBuffer.java | 8 ++-
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 | 67 ++++++++++++++++++++++
webapps/docs/changelog.xml | 12 ++++
15 files changed, 218 insertions(+), 11 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]