Author: remy.maucherat(a)jboss.com
Date: 2007-10-10 20:39:13 -0400 (Wed, 10 Oct 2007)
New Revision: 304
Modified:
trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
Log:
- The socket will be removed again in the remove method (of course, it would not be a big
problem).
Modified: trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
===================================================================
--- trunk/java/org/apache/tomcat/util/net/AprEndpoint.java 2007-10-11 00:16:16 UTC (rev
303)
+++ trunk/java/org/apache/tomcat/util/net/AprEndpoint.java 2007-10-11 00:39:13 UTC (rev
304)
@@ -2080,7 +2080,7 @@
}
// Call maintain for the sendfile poller
if (soTimeout > 0 && maintainTime > 1000000L &&
running) {
- rv = Poll.maintain(sendfilePollset, desc, true);
+ rv = Poll.maintain(sendfilePollset, desc, false);
maintainTime = 0;
if (rv > 0) {
for (int n = 0; n < rv; n++) {
Show replies by date