Author: pero
Date: Thu Nov 17 03:58:42 2005
New Revision: 345232

URL: http://svn.apache.org/viewcvs?rev=345232&view=rev
Log:
remove comment, the reader handle send acks!

Modified:
    
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SocketReplicationThread.java

Modified: 
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SocketReplicationThread.java
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SocketReplicationThread.java?rev=345232&r1=345231&r2=345232&view=diff
==============================================================================
--- 
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SocketReplicationThread.java
 (original)
+++ 
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SocketReplicationThread.java
 Thu Nov 17 03:58:42 2005
@@ -82,15 +82,6 @@
                     if (log.isTraceEnabled()) {
                         log.trace("sending " + ack + " ack packages to " + 
socket.getLocalPort() );
                     }
-                    /**
-                    if (sendAck) {
-                        // ack only when message is complete receive
-                        while (ack > 0) {
-                            sendAck();
-                            ack--;
-                        }
-                    }
-                    **/
                     keepRunning = master.isDoListen();
                 } else
                     // EOF



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to