This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from da5ce59 Fix typo new 1e34825 Avoid StackOverflowException new 0d409fb Fix a potential cause of intermittent test failure new f61a413 Move debug statement inside sync block new 2653750 Make synchronized as method assumes a lock is held on the instance new 23be856 Refactor allocations for the connection flow control window The 5 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/AbstractStream.java | 27 ++ .../coyote/http2/Http2AsyncUpgradeHandler.java | 127 ++++---- .../apache/coyote/http2/Http2UpgradeHandler.java | 318 ++++++++------------- .../apache/coyote/http2/LocalStrings.properties | 4 +- .../coyote/http2/WindowAllocationManager.java | 12 +- .../apache/coyote/http2/TestHttp2Section_5_3.java | 5 + webapps/docs/changelog.xml | 10 + 7 files changed, 240 insertions(+), 263 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org