This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 7621923 Make fields final after new approach to recycling
new f4381f7 Rename Output.swallowedPadding to onSwallowedDataFramePayload
new db907f9 Rename swallow() -> swallowPayload()
new 02c202a Add frameTypeId parameter to swallowedPayload()
new 87bb2e0 Expose the actual frameTypeId for unknown frames
new 76115a2 Fix BZ 65179 - avoid flow control window exhaustion
new 1a7b9d8 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: [email protected]
For additional commands, e-mail: [email protected]