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 d92a26c Correct release date
new 3d60c5e Improve Connector stop performance - primarily to speed up
tests
new 8b5d5ee Implement new approahc to doHead(). Expand testing to cover
HTTP/2.
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:
java/jakarta/servlet/http/HttpServlet.java | 19 +++-
.../apache/catalina/connector/OutputBuffer.java | 8 +-
java/org/apache/coyote/http2/Stream.java | 5 +
.../apache/tomcat/util/net/AbstractEndpoint.java | 17 ++--
java/org/apache/tomcat/util/net/Acceptor.java | 35 +++++--
java/org/apache/tomcat/util/net/Nio2Endpoint.java | 4 +-
.../servlet/http/TestHttpServletDoHead.java | 113 ++++++++++++++++-----
.../apache/coyote/http11/TestHttp11Processor.java | 27 +++--
test/org/apache/coyote/http2/Http2TestBase.java | 36 ++++++-
.../org/apache/coyote/http2/TesterHttp2Parser.java | 21 ++--
webapps/docs/changelog.xml | 22 ++++
11 files changed, 239 insertions(+), 68 deletions(-)
copy java/org/apache/coyote/http2/StreamRunnable.java =>
test/org/apache/coyote/http2/TesterHttp2Parser.java (68%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]