Author: kfujino
Date: Tue Jun 11 05:24:52 2013
New Revision: 1491692

URL: http://svn.apache.org/r1491692
Log:
Ensure that the keepAlive of NioSender works correctly when 
keepAliveCount/keepAliveTime is set to a value greater than 0.

Modified:
    
tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/transport/nio/NioSender.java
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/transport/nio/NioSender.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/transport/nio/NioSender.java?rev=1491692&r1=1491691&r2=1491692&view=diff
==============================================================================
--- 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/transport/nio/NioSender.java
 (original)
+++ 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/transport/nio/NioSender.java
 Tue Jun 11 05:24:52 2013
@@ -308,8 +308,6 @@ public class NioSender extends AbstractS
         remaining = 0;
         complete = false;
         setAttempt(0);
-        setRequestCount(0);
-        setConnectTime(-1);
         setUdpBased(false);
     }
 

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1491692&r1=1491691&r2=1491692&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Tue Jun 11 05:24:52 2013
@@ -62,6 +62,11 @@
         Delete leftover of war file from tempDir when removing invalid
         <code>FileMessageFactory</code>. (kfujino)
       </fix>
+      <fix>
+        Ensure that the keepAlive of NioSender works correctly when
+        <code>keepAliveCount</code>/<code>keepAliveTime</code> is set to a 
value
+        greater than 0. (kfujino)
+      </fix>
     </changelog>
   </subsection>
 </section>



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

Reply via email to