You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by na...@apache.org on 2001/09/15 05:09:09 UTC

cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_util.c

nacho       01/09/14 20:09:09

  Modified:    src/native/mod_jk/common jk_util.c
  Log:
  Problems with CRLF's
  
  Revision  Changes    Path
  1.8       +3 -3      jakarta-tomcat/src/native/mod_jk/common/jk_util.c
  
  Index: jk_util.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/native/mod_jk/common/jk_util.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- jk_util.c	2001/09/01 01:53:25	1.7
  +++ jk_util.c	2001/09/15 03:09:09	1.8
  @@ -57,7 +57,7 @@
    * Description: Utility functions (mainly configuration)                   *
    * Author:      Henri Gomez <hg...@slib.fr>                               *
    * Author:      Gal Shachor <sh...@il.ibm.com>                           *
  - * Version:     $Revision: 1.7 $                                           *
  + * Version:     $Revision: 1.8 $                                           *
    ***************************************************************************/
   
   
  @@ -736,8 +736,8 @@
       s->server_name          = NULL;
       s->server_port          = 80;
       s->server_software      = NULL;
  -    s->content_length       = 0;
  -    s->is_chunked           = 0;
  +    s->content_length       = 0;
  +    s->is_chunked           = 0;
       s->no_more_chunks       = 0;
       s->content_read         = 0;
       s->is_ssl               = JK_FALSE;