This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 29cfb32 Fix Javadoc new 9d7def0 Move check for current streams to end of header parsing. new bc118c2 BZ 64621: Improve handling of HTTP/2 stream resets form client 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/org/apache/coyote/http2/Http2Parser.java | 2 +- .../apache/coyote/http2/Http2UpgradeHandler.java | 59 +++++++++----- .../apache/coyote/http2/LocalStrings.properties | 1 + java/org/apache/coyote/http2/Stream.java | 8 +- .../apache/coyote/http2/TestHttp2Section_5_1.java | 90 ++++++++++++++++++++-- webapps/docs/changelog.xml | 4 + 6 files changed, 129 insertions(+), 35 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org