]> granicus.if.org Git - apache/commitdiff
change the parameter to ap_get_brigade from apr_site_t to apr_off_t, due to
authorIan Holsman <ianh@apache.org>
Tue, 7 Aug 2001 21:18:03 +0000 (21:18 +0000)
committerIan Holsman <ianh@apache.org>
Tue, 7 Aug 2001 21:18:03 +0000 (21:18 +0000)
a parameter change in the original filter.
PR:
Submitted by: barbee@veribox.net
Reviewed by: ianh@apache.org

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90011 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index faa5074a7395aeed68fb82d68232370ffd280506..998904399e5c3ea5ccf0bdd6728bb52e106a29be 100644 (file)
@@ -990,7 +990,7 @@ PROXY_DECLARE(apr_status_t) ap_proxy_string_read(conn_rec *c, apr_bucket_brigade
 {
     apr_bucket *e;
     apr_status_t rv;
-    apr_size_t readbytes = 0;  /* line-at-a-time */
+    apr_off_t readbytes = 0;   /* line-at-a-time */
     char *pos = buff;
     char *response;
     int found = 0;