You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2001/10/11 21:44:51 UTC

cvs commit: httpd-2.0/modules/http mod_core.h

jerenkrantz    01/10/11 12:44:51

  Modified:    modules/http mod_core.h
  Log:
  Remove deprecated ap_dechunk_filter from header.
  
  Revision  Changes    Path
  1.17      +0 -2      httpd-2.0/modules/http/mod_core.h
  
  Index: mod_core.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/http/mod_core.h,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- mod_core.h	2001/08/25 23:43:19	1.16
  +++ mod_core.h	2001/10/11 19:44:51	1.17
  @@ -75,8 +75,6 @@
    */
   apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b,
                               ap_input_mode_t mode, apr_off_t *readbytes);
  -apr_status_t ap_dechunk_filter(ap_filter_t *f, apr_bucket_brigade *b,
  -                               ap_input_mode_t mode, apr_off_t *readbytes);
   
   char *ap_response_code_string(request_rec *r, int error_index);