summaryrefslogtreecommitdiff
path: root/modules/debugging
diff options
context:
space:
mode:
authorStefan Fritsch <sf@sfritsch.de>2012-04-15 19:45:13 +0200
committerStefan Fritsch <sf@sfritsch.de>2012-04-15 19:45:13 +0200
commit8f9c15530d0bc387af114619b3ff3f930eb23d3c (patch)
treef1d28a9206f9e18ed11c9d2bf302f0fb924b79c0 /modules/debugging
parent212cb6c2dcb419aaa6c848406136ec05e98c8632 (diff)
downloadapache2-8f9c15530d0bc387af114619b3ff3f930eb23d3c.tar.gz
Import httpd-2.4.2.tar.bz2upstream/2.4.2
Diffstat (limited to 'modules/debugging')
-rw-r--r--modules/debugging/mod_dumpio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/debugging/mod_dumpio.c b/modules/debugging/mod_dumpio.c
index a56fa162..e02127b8 100644
--- a/modules/debugging/mod_dumpio.c
+++ b/modules/debugging/mod_dumpio.c
@@ -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 ;