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:
@@ -536,6 +536,10 @@ static request_rec *internal_internal_redirect(const char *new_uri,
|
|||||||
*/
|
*/
|
||||||
new->used_path_info = AP_REQ_DEFAULT_PATH_INFO;
|
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
|
* 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
|
* to do their thing on internal redirects as well. Perhaps this is a
|
||||||
|
Reference in New Issue
Block a user