From 96cf82e63b6c906ac526b24684c5685c660efbbd Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 21 Oct 2000 13:20:36 +0000 Subject: Input filters and ap_get_brigade() now have a input mode parameter (blocking, non-blocking, peek) instead of a length parameter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86684 13f79535-47bb-0310-9956-ffa450edef68 --- include/http_protocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/http_protocol.h') diff --git a/include/http_protocol.h b/include/http_protocol.h index 1d76e1d32b..eff978a9f5 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -529,8 +529,8 @@ AP_DECLARE(int) ap_method_number_of(const char *method); */ AP_DECLARE(const char *) ap_method_name_of(int methnum); -int http_filter(ap_filter_t *f, ap_bucket_brigade *b, apr_ssize_t length); -apr_status_t dechunk_filter(ap_filter_t *f, ap_bucket_brigade *b, apr_ssize_t length); +apr_status_t http_filter(ap_filter_t *f, ap_bucket_brigade *b, ap_input_mode_t mode); +apr_status_t dechunk_filter(ap_filter_t *f, ap_bucket_brigade *b, ap_input_mode_t mode); /* Hooks */ /* -- cgit v1.2.3