This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 3a6729a Make fields final after new approach to recycling new 659d29d Rename Output.swallowedPadding to onSwallowedDataFramePayload new 6cbbcc1 Rename swallow() -> swallowPayload() new 597dc90 Add frameTypeId parameter to swallowedPayload() new 74fe53d Expose the actual frameTypeId for unknown frames new c8034ba Fix BZ 65179 - avoid flow control window exhaustion new f65825a Fix failing test after flow control updates The 6 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/AbstractNonZeroStream.java | 16 +++ java/org/apache/coyote/http2/FrameType.java | 5 + java/org/apache/coyote/http2/Http2AsyncParser.java | 13 +- java/org/apache/coyote/http2/Http2Parser.java | 149 +++++++++++++-------- .../apache/coyote/http2/Http2UpgradeHandler.java | 24 ++-- java/org/apache/coyote/http2/RecycledStream.java | 30 ++++- java/org/apache/coyote/http2/Stream.java | 42 ++++-- test/org/apache/coyote/http2/Http2TestBase.java | 13 +- .../apache/coyote/http2/TestCancelledUpload.java | 73 ++++------ test/org/apache/coyote/http2/TestFlowControl.java | 131 ++++++++++++++++++ webapps/docs/changelog.xml | 6 + 11 files changed, 362 insertions(+), 140 deletions(-) create mode 100644 test/org/apache/coyote/http2/TestFlowControl.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org