nacho       01/09/14 20:14:50

  Modified:    src/native/mod_jk/common jk_service.h
  Log:
  Problems with CRLF's
  
  Revision  Changes    Path
  1.7       +5 -3      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- jk_service.h      2001/09/14 17:47:58     1.6
  +++ jk_service.h      2001/09/15 03:14:50     1.7
  @@ -59,7 +59,7 @@
    *              JVM connection point                                       *
    * Author:      Gal Shachor <[EMAIL PROTECTED]>                           *
    *              Dan Milstein <[EMAIL PROTECTED]> 
  - * Version:     $Revision: 1.6 $                                               *
  + * Version:     $Revision: 1.7 $                                               *
    ***************************************************************************/
   
   #ifndef JK_SERVICE_H
  @@ -142,8 +142,10 @@
       unsigned server_port;   
       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) */
  +                                /* 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