mod_dumpio: Return an error code from a previous input filter
PR: 52914
Submitted by: sf
Reviewed by: rjung, trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1373352 13f79535-47bb-0310-9956-
ffa450edef68
envvars: Fix insecure handling of LD_LIBRARY_PATH that could lead to the
current working directory to be searched for DSOs. [Stefan Fritsch]
+ *) mod_dumpio: Properly handle errors from subsequent input filters.
+ PR 52914. [Stefan Fritsch]
+
*) mpm_worker: Fix cases where the spawn rate wasn't reduced after child
process resource shortages. [Jeff Trawick]
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * mod_dumpio: Return an error code from a previous input filter
- PR 52914
- Trunk patch: http://svn.apache.org/viewvc?rev=1301111&view=rev
- 2.2.x patch: http://people.apache.org/~sf/PR52914-2.2.diff
- +1: sf, rjung, trawick
-
* mod_ssl: Add SSLProxyMachineCertificateChainFile directive
Uses openssl to construct a chain for each proxy cert. When a remote server requests
a client certificate that is NOT the direct issuer of any available client
} else {
ap_log_error(APLOG_MARK, ptr->loglevel, 0, c->base_server,
"mod_dumpio: %s - %d", f->frec->name, ret) ;
+ return ret;
}
return APR_SUCCESS ;