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 5ca5269  Fix typo
     new c3d9cf8  Fix a potential cause of intermittent test failure
     new a26978b  Move debug statement inside sync block
     new f6fa2f7  Make synchronized as method assumes a lock is held on the 
instance
     new 5125805  Refactor allocations for the connection flow control window

The 4 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   |  27 ++
 .../apache/coyote/http2/Http2UpgradeHandler.java   | 317 ++++++++-------------
 .../apache/coyote/http2/LocalStrings.properties    |   4 +-
 .../coyote/http2/WindowAllocationManager.java      |  12 +-
 .../apache/coyote/http2/TestHttp2Section_5_3.java  |   5 +
 webapps/docs/changelog.xml                         |  10 +
 6 files changed, 168 insertions(+), 207 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to