]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Return an error code from a previous input filter
authorStefan Fritsch <sf@apache.org>
Thu, 15 Mar 2012 17:36:17 +0000 (17:36 +0000)
committerStefan Fritsch <sf@apache.org>
Thu, 15 Mar 2012 17:36:17 +0000 (17:36 +0000)
This likely fixes PR 52914

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

modules/debugging/mod_dumpio.c

index a56fa162c56f89950896996d8fd20cae310473c7..e02127b80d31b11bee0cb6782ef30a9f962c2268 100644 (file)
@@ -146,6 +146,7 @@ static int dumpio_input_filter (ap_filter_t *f, apr_bucket_brigade *bb,
     } else {
         ap_log_cerror(APLOG_MARK, APLOG_TRACE7, 0, c,
                       "mod_dumpio: %s - %d", f->frec->name, ret) ;
+        return ret;
     }
 
     return APR_SUCCESS ;