You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2012/10/28 03:37:42 UTC

svn commit: r1402924 - /httpd/httpd/trunk/modules/http/http_request.c

Author: covener
Date: Sun Oct 28 02:37:41 2012
New Revision: 1402924

URL: http://svn.apache.org/viewvc?rev=1402924&view=rev
Log:
also copy r->invoke_mtx when creating a subrequest


Modified:
    httpd/httpd/trunk/modules/http/http_request.c

Modified: httpd/httpd/trunk/modules/http/http_request.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/http_request.c?rev=1402924&r1=1402923&r2=1402924&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http/http_request.c (original)
+++ httpd/httpd/trunk/modules/http/http_request.c Sun Oct 28 02:37:41 2012
@@ -536,6 +536,10 @@ static request_rec *internal_internal_re
      */
     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