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 2002/05/30 23:09:23 UTC

cvs commit: httpd-2.0/server error_bucket.c

jerenkrantz    02/05/30 14:09:23

  Modified:    server   error_bucket.c
  Log:
  Let the error bucket implement the simple copy routine.
  
  Revision  Changes    Path
  1.14      +1 -1      httpd-2.0/server/error_bucket.c
  
  Index: error_bucket.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/error_bucket.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- error_bucket.c	20 Apr 2002 05:02:30 -0000	1.13
  +++ error_bucket.c	30 May 2002 21:09:23 -0000	1.14
  @@ -101,5 +101,5 @@
       error_bucket_read,
       apr_bucket_setaside_notimpl,
       apr_bucket_split_notimpl,
  -    apr_bucket_copy_notimpl
  +    apr_bucket_simple_copy
   };