nacho       01/09/14 20:20:43

  Modified:    src/native/mod_jk/common jk_service.h
  Log:
  Cosmettics ( NfW :)
  
  Revision  Changes    Path
  1.8       +0 -2      jakarta-tomcat/src/native/mod_jk/common/jk_service.h
  
  Index: jk_service.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/native/mod_jk/common/jk_service.h,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- jk_service.h      2001/09/15 03:14:50     1.7
  +++ jk_service.h      2001/09/15 03:20:43     1.8
  @@ -59,7 +59,7 @@
    *              JVM connection point                                       *
    * Author:      Gal Shachor <[EMAIL PROTECTED]>                           *
    *              Dan Milstein <[EMAIL PROTECTED]> 
  - * Version:     $Revision: 1.7 $                                               *
  + * Version:     $Revision: 1.8 $                                               *
    ***************************************************************************/
   
   #ifndef JK_SERVICE_H
  @@ -143,9 +143,7 @@
       char    *server_software;
       unsigned content_length;    /* integer that represents the content  */
                                   /* length should be 0 if unknown.        */
  -
       unsigned is_chunked;        /* 1 if content length is unknown (chunked rq) */
  -
       unsigned no_more_chunks;    /* 1 if last chunk has been read */
       unsigned content_read;      /* number of bytes read */
   
  
  
  

Reply via email to