mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 07:26:57 +03:00
Return an error code from a previous input filter
This likely fixes PR 52914 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1301111 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -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 ;
|
||||
|
Reference in New Issue
Block a user