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 7bc0ebb  Fix typo
     new 0b2a4f7  Avoid StackOverflowException
     new b97bd8b  Fix a potential cause of intermittent test failure
     new c846f70  Move debug statement inside sync block
     new ea400ae  Make synchronized as method assumes a lock is held on the 
instance
     new c3f5655  Refactor allocations for the connection flow control window

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:
 java/org/apache/coyote/http2/AbstractStream.java   |  27 ++
 .../coyote/http2/Http2AsyncUpgradeHandler.java     | 127 ++++----
 .../apache/coyote/http2/Http2UpgradeHandler.java   | 318 ++++++++-------------
 .../apache/coyote/http2/LocalStrings.properties    |   4 +-
 .../coyote/http2/WindowAllocationManager.java      |  12 +-
 .../apache/coyote/http2/TestHttp2Section_5_3.java  |   5 +
 webapps/docs/changelog.xml                         |  10 +
 7 files changed, 240 insertions(+), 263 deletions(-)

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

Reply via email to