Justin Erenkrantz <[EMAIL PROTECTED]> writes: [...]
> Doc patches welcomed to make it more explicit. -- justin Index: include/util_filter.h =================================================================== RCS file: /home/cvspublic/httpd-2.0/include/util_filter.h,v retrieving revision 1.76 diff -u -r1.76 util_filter.h --- include/util_filter.h 3 Feb 2003 17:52:54 -0000 1.76 +++ include/util_filter.h 9 Jun 2003 05:41:54 -0000 @@ -1,4 +1,4 @@ -/* ==================================================================== +//* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2000-2003 The Apache Software Foundation. All rights @@ -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 -- Joe Schaefer
