Author: kkolinko
Date: Wed Sep 21 13:27:12 2011
New Revision: 1173624
URL: http://svn.apache.org/viewvc?rev=1173624&view=rev
Log:
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=1173624&r1=1173623&r2=1173624&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Sep 21 13:27:12 2011
@@ -76,6 +76,12 @@ PATCHES PROPOSED TO BACKPORT:
http://people.apache.org/~rjung/patches/cluster-attribute-filter-tc6.patch
+1: rjung
+* Replace unneeded call that iterated events queue in NioEndpoint.Poller.
+ There is no need to call size() on a liked list to check whether it is empty,
+ especially if it is followed by us iterating the list by ourselves.
+ http://svn.apache.org/viewvc?rev=1173614&view=rev
+ +1: kkolinko
+ -1:
PATCHES/ISSUES THAT ARE STALLED
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]