https://issues.apache.org/bugzilla/show_bug.cgi?id=53173

--- Comment #4 from Filip Hanik <fha...@apache.org> ---
Just for documentation purposes, found the root cause of this problem, and it
all makes sense now

http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java?r1=1127961&r2=1127962&;

in r1127962

This change counts up connection before it has been validated to be working.
Prior to this change, count up only occurred if a connection was valid and
added to the poller.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to