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 18f997d Tab police new 53417b5 Consistent formatting of stream ID in HTTP/2 debug log messages new 51013bb Add debug so reason is visible for RST_STREAM frames on invalid streams 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: java/org/apache/coyote/http2/AbstractStream.java | 11 ++++- .../coyote/http2/Http2AsyncUpgradeHandler.java | 4 +- .../apache/coyote/http2/Http2UpgradeHandler.java | 28 ++++++----- .../apache/coyote/http2/LocalStrings.properties | 1 + java/org/apache/coyote/http2/Stream.java | 54 +++++++++++----------- java/org/apache/coyote/http2/StreamProcessor.java | 12 ++--- .../apache/coyote/http2/StreamStateMachine.java | 8 ++-- .../coyote/http2/WindowAllocationManager.java | 18 ++++---- webapps/docs/changelog.xml | 4 ++ 9 files changed, 78 insertions(+), 62 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org