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 4f105d7  Make fields final after new approach to recycling
     new 26a5bfc  Rename Output.swallowedPadding to onSwallowedDataFramePayload
     new 8f40712  Rename swallow() -> swallowPayload()
     new 6a52ef0  Add frameTypeId parameter to swallowedPayload()
     new adeb053  Expose the actual frameTypeId for unknown frames
     new f32ecf4  Fix BZ 65179 - avoid flow control window exhaustion
     new 8a7407e  Fix failing test after flow control updates
     new 554bbd9  Fix failing test
     new 14adbe2  Fix Javadoc errors

The 8 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/Http2Parser.java      | 136 +++++++++++++++------
 .../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 +
 10 files changed, 355 insertions(+), 121 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

Reply via email to