Author: billbarker
Date: Wed Feb 18 04:16:19 2009
New Revision: 745374
URL: http://svn.apache.org/viewvc?rev=745374&view=rev
Log:
comment
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=745374&r1=745373&r2=745374&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Feb 18 04:16:19 2009
@@ -163,6 +163,11 @@
keepAliveTimeout should be used regardless of setting of disableUploadTimeout
http://svn.apache.org/viewvc?rev=744160&view=rev
+1: markt
+ 0: billbarker The original was an optimization to not keep setting the timeout to the
same value
+ if we haven't changed it. Of course it is broken, but a better patch would
be to
+ set the timeout correctly outside the loop, and retain the disableUploadTimeout
check.
+ The first request shouldn't care, since we should already have available()
> 0 with the
+ JIO connector.
-1:
* Use ThreadLocal rather than syncs for DateFormat to prevent potential
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|