dgaudet     98/02/07 13:54:14

  Modified:    src/include buff.h
  Log:
  whoops forgot this part of my chunked patch
  
  Revision  Changes    Path
  1.34      +0 -1      apache-1.3/src/include/buff.h
  
  Index: buff.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/buff.h,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- buff.h    1998/01/26 16:46:08     1.33
  +++ buff.h    1998/02/07 21:54:13     1.34
  @@ -96,7 +96,6 @@
       int incnt;                       /* number of bytes left to read from 
input buffer;
                                 * always 0 if had a read error  */
       int outchunk;            /* location of chunk header when chunking */
  -    int outchunk_header_size;        /* how long the header is */
       int outcnt;                      /* number of byte put in output buffer 
*/
       unsigned char *inbase;
       unsigned char *outbase;
  
  
  

Reply via email to