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

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new f09344f4b0 Update comment to reflect current usage
f09344f4b0 is described below

commit f09344f4b0cbce9451a4ebd591ab60bc298f3d46
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

Reply via email to