Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 33207 invoked by uid 500); 15 Jun 2003 05:30:18 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 33196 invoked by uid 500); 15 Jun 2003 05:30:17 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 15 Jun 2003 05:30:16 -0000 Message-ID: <20030615053016.58922.qmail@icarus.apache.org> From: brianp@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/include util_filter.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 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