This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new af56d56fb1 Update comment to reflect current usage af56d56fb1 is described below commit af56d56fb1b1bbbc57847e756be8926f734a5930 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Oct 1 10:50:34 2024 +0100 Update comment to reflect current usage --- java/org/apache/coyote/http2/RecycledStream.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/org/apache/coyote/http2/RecycledStream.java b/java/org/apache/coyote/http2/RecycledStream.java index fc689f7c2a..54ca63399b 100644 --- a/java/org/apache/coyote/http2/RecycledStream.java +++ b/java/org/apache/coyote/http2/RecycledStream.java @@ -19,8 +19,8 @@ package org.apache.coyote.http2; import java.nio.ByteBuffer; /** - * Represents a closed stream in the priority tree. Used in preference to the full {@link Stream} as has much lower - * memory usage. + * Represents a closed stream and is used to correctly respond to (or ignore) frames for the stream that are processed + * after the stream has been closed. Used in preference to the full {@link Stream} as has much lower memory usage. */ class RecycledStream extends AbstractNonZeroStream { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org