Author: kkolinko
Date: Mon May 18 23:08:57 2009
New Revision: 776128

URL: http://svn.apache.org/viewvc?rev=776128&view=rev
Log:
veto and proposal

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=776128&r1=776127&r2=776128&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Mon May 18 23:08:57 2009
@@ -126,6 +126,25 @@
   Clean up timeout handling
   http://svn.apache.org/viewvc?rev=763262&view=rev
   +1: markt, pero
+  -1: kkolinko:
+    It looks like it fixes not bug 46985, but some other issue.
+
+    I suppose that there is an issue in existing code that is
+    fixed by this patch
+    (socket.setSoTimeout( ) calls that change socket timeout,
+    but do not restore it to the default value),
+    but I would like it to be explicitly stated, analyzed and
+    acknowledged.
+    
+    Also, s/socket/theSocket/ is not needed.
+
+    I propose an alternative patch below.
+
+* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46985
+  Alternative fix for issue 46985:
+  Fix Javadoc and remove dead code in Http11Processor.process(..)
+  https://issues.apache.org/bugzilla/attachment.cgi?id=23684
+  +1: kkolinko
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42390



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

Reply via email to