1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

also copy r->invoke_mtx when creating a subrequest

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1402924 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Covener
2012-10-28 02:37:41 +00:00
parent 36e572d87e
commit 7eb8fbe0ba

View File

@@ -536,6 +536,10 @@ static request_rec *internal_internal_redirect(const char *new_uri,
*/
new->used_path_info = AP_REQ_DEFAULT_PATH_INFO;
#if APR_HAS_THREADS
new->invoke_mtx = r->invoke_mtx;
#endif
/*
* XXX: hmm. This is because mod_setenvif and mod_unique_id really need
* to do their thing on internal redirects as well. Perhaps this is a