From 911ed59e9c5a65447925a76577bdb3e71b5bcaee Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 19 Dec 2007 03:09:34 +0000 Subject: [PATCH] What's left can exceed size_t git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@605400 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_filters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c index 8090956be7..4f43340659 100644 --- a/modules/http/http_filters.c +++ b/modules/http/http_filters.c @@ -1175,7 +1175,7 @@ AP_DECLARE(int) ap_discard_request_body(request_rec *r) apr_bucket *e; int rv, seen_eos; core_dir_conf *dconf; - apr_size_t left = 0; + apr_off_t left = 0; /* Sometimes we'll get in a state where the input handling has * detected an error where we want to drop the connection, so if -- 2.40.0