You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by aa...@apache.org on 2002/03/07 23:55:04 UTC

cvs commit: httpd-2.0/include util_filter.h

aaron       02/03/07 14:55:04

  Modified:    include  util_filter.h
  Log:
  Comments like this help keep the sanity of module authors.
  
  Revision  Changes    Path
  1.70      +1 -0      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.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- util_filter.h	7 Mar 2002 09:27:15 -0000	1.69
  +++ util_filter.h	7 Mar 2002 22:55:03 -0000	1.70
  @@ -282,6 +282,7 @@
    * Get the current bucket brigade from the next filter on the filter
    * stack.  The filter returns an apr_status_t value.  If the bottom-most 
    * 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 mode   The way in which the data should be read