Author: markt
Date: Fri Aug 21 10:27:30 2015
New Revision: 1696928

URL: http://svn.apache.org/r1696928
Log:
Update TODO

Modified:
    tomcat/trunk/java/org/apache/coyote/http2/Stream.java

Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http2/Stream.java?rev=1696928&r1=1696927&r2=1696928&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http2/Stream.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http2/Stream.java Fri Aug 21 10:27:30 
2015
@@ -39,7 +39,7 @@ public class Stream extends AbstractStre
 
     private final Http2UpgradeHandler handler;
     private final StreamStateMachine state;
-    // TODO: Only create these objects if needed and null them when finished
+    // TODO: null these when finished to reduce memory used by closed stream
     private final Request coyoteRequest;
     private final Response coyoteResponse = new Response();
     private final StreamInputBuffer inputBuffer;



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

Reply via email to