Commit e26624df authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Document the new argument to ap_get_brigade()


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88919 13f79535-47bb-0310-9956-ffa450edef68
parent d7f74280
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -272,6 +272,8 @@ struct ap_filter_t {
 * @param filter The next filter in the chain
 * @param bucket The current bucket brigade
 * @param mode   ::AP_MODE_BLOCKING, ::AP_MODE_NONBLOCKING, or ::AP_MODE_PEEK
 * @param readbytes How many bytes to read from the next filter.  0 means that
 *                  a single line should be read.
 */
AP_DECLARE(apr_status_t) ap_get_brigade(ap_filter_t *filter, apr_bucket_brigade *bucket, 
                                        ap_input_mode_t mode, apr_size_t *readbytes);