mturk       2005/02/22 02:27:38

  Modified:    jk/native/common jk_ajp_common.c
  Log:
  Revert the latest patch. No help on close_wait.
  
  Revision  Changes    Path
  1.93      +1 -4      
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.92
  retrieving revision 1.93
  diff -u -r1.92 -r1.93
  --- jk_ajp_common.c   22 Feb 2005 09:58:38 -0000      1.92
  +++ jk_ajp_common.c   22 Feb 2005 10:27:37 -0000      1.93
  @@ -1527,9 +1527,6 @@
   
           /* no more data to be sent, fine we have finish here */
           if (JK_AJP13_END_RESPONSE == rc) {
  -            /* XXX: Set all readed */
  -            s->content_read = s->content_length;
  -            s->no_more_chunks = 1;
               JK_TRACE_EXIT(l);
               return JK_TRUE;
           }
  
  
  

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

Reply via email to