]> granicus.if.org Git - apache/commitdiff
Surely we meant to use the right data type for a stream?
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 22 Mar 2010 07:08:47 +0000 (07:08 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 22 Mar 2010 07:08:47 +0000 (07:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@925986 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_reqtimeout.c

index 5048348238f159df0823a532d481b0499974a6c8..91e6116f89cf2570e416bdebe797c95ff36d7f98 100644 (file)
@@ -180,7 +180,7 @@ static apr_status_t reqtimeout_filter(ap_filter_t *f,
          * impossible to enforce a total timeout, we only do non-blocking
          * reads.
          */
-        apr_size_t remaining = HUGE_STRING_LEN;
+        apr_off_t remaining = HUGE_STRING_LEN;
         do {
             apr_off_t bblen;