remm        2004/10/03 04:48:59

  Modified:    util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java
  Log:
  - Oops, made a mistake with what the default should be. Probably I set that to the 
wrong value during early testing.
  
  Revision  Changes    Path
  1.40      +1 -1      
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/PoolTcpEndpoint.java
  
  Index: PoolTcpEndpoint.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/PoolTcpEndpoint.java,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- PoolTcpEndpoint.java      1 Oct 2004 23:46:57 -0000       1.39
  +++ PoolTcpEndpoint.java      3 Oct 2004 11:48:59 -0000       1.40
  @@ -86,7 +86,7 @@
       protected boolean tcpNoDelay=false;
       protected int linger=100;
       protected int socketTimeout=-1;
  -    private boolean lf = false;
  +    private boolean lf = true;
   
       
       // ------ Leader follower fields
  
  
  

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

Reply via email to