Author: markt Date: Thu Jun 14 08:19:19 2012 New Revision: 1350124 URL: http://svn.apache.org/viewvc?rev=1350124&view=rev Log: Add explanatory comment
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java?rev=1350124&r1=1350123&r2=1350124&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java (original) +++ tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Thu Jun 14 08:19:19 2012 @@ -906,6 +906,11 @@ public class AprEndpoint extends Abstrac // If not running the socket will be destroyed by // parent pool or acceptor socket. // In any case disable double free which would cause JVM core. + + // While the connector is running, destroySocket() will call + // countDownConnection(). Once the connector is stopped, the latch is + // removed so it does not matter that destroySocket() does not call + // countDownConnection() in that case destroySocket(socket, running); } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org