You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@apache.org on 2003/06/15 07:30:16 UTC

cvs commit: httpd-2.0/include util_filter.h

brianp      2003/06/14 22:30:16

  Modified:    include  util_filter.h
  Log:
  Clarified comment on arg constraints for ap_get_brigade()
  Submitted by:	Joe Schaefer <jo...@sunstarsys.com>
  Reviewed by:	Brian Pane
  
  Revision  Changes    Path
  1.77      +2 -1      httpd-2.0/include/util_filter.h
  
  Index: util_filter.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/util_filter.h,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- util_filter.h	3 Feb 2003 17:52:54 -0000	1.76
  +++ util_filter.h	15 Jun 2003 05:30:16 -0000	1.77
  @@ -298,7 +298,8 @@
    * filter doesn't read from the network, then ::AP_NOBODY_READ is returned.
    * The bucket brigade will be empty when there is nothing left to get.
    * @param filter The next filter in the chain
  - * @param bucket The current bucket brigade
  + * @param bucket The current bucket brigade.  The original brigade passed
  + *               to ap_get_brigade() must be empty.
    * @param mode   The way in which the data should be read
    * @param block  How the operations should be performed
    *               ::APR_BLOCK_READ, ::APR_NONBLOCK_READ