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

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


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

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