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 2f6f99e Report test status via a separate target. new 311a609 Fix typo new 3bc67c0 Refactor Stream / Connection flow control window allocation 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: .../apache/coyote/http2/Http2UpgradeHandler.java | 78 +++------ .../apache/coyote/http2/LocalStrings.properties | 11 +- java/org/apache/coyote/http2/Stream.java | 50 +++--- .../coyote/http2/WindowAllocationManager.java | 189 +++++++++++++++++++++ test/org/apache/coyote/http2/TestAsyncFlush.java | 2 +- 5 files changed, 244 insertions(+), 86 deletions(-) create mode 100644 java/org/apache/coyote/http2/WindowAllocationManager.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org