Author: remm
Date: Tue Feb  6 08:47:19 2018
New Revision: 1823282

URL: http://svn.apache.org/viewvc?rev=1823282&view=rev
Log:
Add FIXME to remind about revisiting.

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java?rev=1823282&r1=1823281&r2=1823282&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java 
(original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java Tue Feb 
 6 08:47:19 2018
@@ -726,6 +726,7 @@ public class SecureNio2Channel extends N
             } else {
                 unwrapBeforeRead = false;
             }
+            // FIXME: 61751 implies that this algorithm can still return 0 in 
some cases
             return Integer.valueOf(read);
         }
     }



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

Reply via email to