Author: kfujino Date: Tue May 29 06:39:59 2018 New Revision: 1832429 URL: http://svn.apache.org/viewvc?rev=1832429&view=rev Log: remove unnecessary codes.
Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java?rev=1832429&r1=1832428&r2=1832429&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java (original) +++ tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Tue May 29 06:39:59 2018 @@ -683,10 +683,6 @@ public class SimpleTcpCluster extends Li try { msg.setAddress(getLocalMember()); int sendOptions = channelSendOptions; - if (msg instanceof SessionMessage - && ((SessionMessage)msg).getEventType() == SessionMessage.EVT_ALL_SESSION_DATA) { - sendOptions = Channel.SEND_OPTIONS_SYNCHRONIZED_ACK|Channel.SEND_OPTIONS_USE_ACK; - } if (dest != null) { if (!getLocalMember().equals(dest)) { channel.send(new Member[] {dest}, msg, sendOptions); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org