]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remain consistent to the connection_rec, and use apr_off_t for remaining.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 1 Oct 2001 15:48:15 +0000 (15:48 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 1 Oct 2001 15:48:15 +0000 (15:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91216 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_protocol.c

index 205a07fffe42905d4021e5d687a6803e30abbbb6..d38e2a1ccaa9717fe8baff904d0abf4de041ef3a 100644 (file)
@@ -484,7 +484,7 @@ AP_DECLARE(const char *) ap_method_name_of(int methnum)
 static long get_chunk_size(char *);
 
 typedef struct http_filter_ctx {
-    apr_size_t remaining;
+    apr_off_t remaining;
     enum {
         BODY_NONE,
         BODY_LENGTH,