]> granicus.if.org Git - apache/commitdiff
Document the new argument to ap_get_brigade()
authorRyan Bloom <rbb@apache.org>
Mon, 23 Apr 2001 17:28:58 +0000 (17:28 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 23 Apr 2001 17:28:58 +0000 (17:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88919 13f79535-47bb-0310-9956-ffa450edef68

include/util_filter.h

index 1b9e2490efd9707bf3e68efcef0286c405d5f830..17e5c0acadf2b96ff4c9c9c4fd469c65fc657351 100644 (file)
@@ -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);