You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2011/09/21 15:27:12 UTC

svn commit: r1173624 - /tomcat/tc6.0.x/trunk/STATUS.txt

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org