mturk       2005/02/17 05:29:19

  Modified:    jk/native/common jk_ajp_common.c
  Log:
  Make sure that both network detection and cping/cpong can occur.
  
  Revision  Changes    Path
  1.89      +2 -2      
jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c
  
  Index: jk_ajp_common.c
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -u -r1.88 -r1.89
  --- jk_ajp_common.c   17 Feb 2005 13:25:36 -0000      1.88
  +++ jk_ajp_common.c   17 Feb 2005 13:29:19 -0000      1.89
  @@ -1170,7 +1170,7 @@
                   err++;
               }
           }
  -        else if (ae->worker->prepost_timeout != 0 && !err) {
  +        if (ae->worker->prepost_timeout != 0 && !err) {
               /* handle cping/cpong if prepost_timeout is set
                * If the socket is disconnected no need to handle
                * the cping/cpong
  
  
  

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

Reply via email to