This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


    from 519f6f8  Fix a typo in changelog
     new ee25710  Reduce memory footprint of closed http/2 streams
     new f6e656e  Reduce memory footprint of closed http/2 streams
     new 0f66705  Reduce memory footprint of closed http/2 streams
     new fa6df26  Reduce memory footprint of closed http/2 streams
     new 9ee7d6a  Reduce memory footprint of closed http/2 streams
     new 30df6a0  Reduce memory footprint of closed http/2 streams
     new 0a78ae9  Fully replace Stream with RecycledStream
     new 954cbff  Refactor the pruning so more stream info is retained for 
longer
     new 18e0e3f  Update changelog

The 9 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 | 143 +++++++++++
 java/org/apache/coyote/http2/AbstractStream.java   |   9 +-
 .../apache/coyote/http2/Http2UpgradeHandler.java   | 264 +++++++++++++--------
 ...tionSettingsRemote.java => RecycledStream.java} |  23 +-
 java/org/apache/coyote/http2/Stream.java           |  90 +------
 .../apache/coyote/http2/StreamStateMachine.java    |  21 +-
 webapps/docs/changelog.xml                         |   5 +
 7 files changed, 348 insertions(+), 207 deletions(-)
 create mode 100644 java/org/apache/coyote/http2/AbstractNonZeroStream.java
 copy java/org/apache/coyote/http2/{ConnectionSettingsRemote.java => 
RecycledStream.java} (61%)


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

Reply via email to