mirror of
https://github.com/apache/httpd.git
synced 2026-01-13 21:42:17 +03:00
mod_proxy_fcgi, mod_authnz_fcgi: stop reading the response and issue an error
when parsing or forwarding the response fails. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1640040 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -642,6 +642,10 @@ static apr_status_t handle_response(const fcgi_provider_conf *conf,
|
||||
"%d", fn, type);
|
||||
break;
|
||||
}
|
||||
/* Leave on above switch's inner error. */
|
||||
if (rv != APR_SUCCESS) {
|
||||
break;
|
||||
}
|
||||
|
||||
/*
|
||||
* Read/discard any trailing padding.
|
||||
|
||||
Reference in New Issue
Block a user