You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pe...@apache.org on 2005/11/17 12:58:48 UTC

svn commit: r345232 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/SocketReplicationThread.java

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org