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 353306175b Add ALv2 headers
new 2e67ad0e4d Format each enum on a new line
new 85d7d75d82 Disable formatting for clarity
new af5653a7e4 Add missing <p> tags
new 0241a20c16 Code clean-up (format). No functional change.
new ab34aa9a33 Fix BZ 66442 - h2 responses without bodies should not use
DATA frames
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:
.../apache/coyote/http2/AbstractNonZeroStream.java | 44 +--
java/org/apache/coyote/http2/AbstractStream.java | 24 +-
java/org/apache/coyote/http2/ByteUtil.java | 9 +-
.../coyote/http2/ConnectionSettingsBase.java | 75 ++--
.../coyote/http2/ConnectionSettingsLocal.java | 19 +-
.../coyote/http2/ConnectionSettingsRemote.java | 3 +-
java/org/apache/coyote/http2/FrameType.java | 66 ++--
java/org/apache/coyote/http2/HPackHuffman.java | 77 ++--
java/org/apache/coyote/http2/HeaderSink.java | 5 +-
java/org/apache/coyote/http2/Hpack.java | 32 +-
java/org/apache/coyote/http2/HpackDecoder.java | 98 +++--
java/org/apache/coyote/http2/HpackEncoder.java | 123 +++----
java/org/apache/coyote/http2/HpackException.java | 4 +-
java/org/apache/coyote/http2/Http2Error.java | 3 +-
.../org/apache/coyote/http2/Http2OutputBuffer.java | 10 +-
java/org/apache/coyote/http2/Http2Parser.java | 320 ++++++++---------
java/org/apache/coyote/http2/Http2Protocol.java | 14 +-
.../apache/coyote/http2/Http2UpgradeHandler.java | 394 ++++++++++-----------
java/org/apache/coyote/http2/RecycledStream.java | 9 +-
java/org/apache/coyote/http2/Setting.java | 46 +--
java/org/apache/coyote/http2/Stream.java | 393 ++++++++++----------
java/org/apache/coyote/http2/StreamProcessor.java | 81 ++---
.../apache/coyote/http2/StreamStateMachine.java | 33 +-
.../coyote/http2/WindowAllocationManager.java | 69 ++--
res/ide-support/eclipse/formatting-asf-tomcat.xml | 2 +-
test/org/apache/coyote/http2/Http2TestBase.java | 12 +
.../apache/coyote/http2/TestStreamProcessor.java | 49 +++
webapps/docs/changelog.xml | 5 +
28 files changed, 979 insertions(+), 1040 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]