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 8dcf599 HTTP2 log statement fixes:
new 0d79ae5 Reduce memory footprint of closed http/2 streams
new e1a53fb Reduce memory footprint of closed http/2 streams
new 3783dc8 Reduce memory footprint of closed http/2 streams
new 496b3cf Reduce memory footprint of closed http/2 streams
new a6e8428 Reduce memory footprint of closed http/2 streams
new 2b2ac4f Reduce memory footprint of closed http/2 streams
new d1f204e Fully replace Stream with RecycledStream
new 83f5e03 Refactor the pruning so more stream info is retained for
longer
new a4054eb Update changelog
new f258efe Optimize the iteration when closing idle streams
The 10 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: [email protected]
For additional commands, e-mail: [email protected]