]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Sub-requests have to have a value for their request_config structure,
authorRyan Bloom <rbb@apache.org>
Wed, 18 Oct 2000 22:14:18 +0000 (22:14 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 18 Oct 2000 22:14:18 +0000 (22:14 +0000)
commit66a3e3b7cee5ddc1f6d40288d8154a051ee38bc2
treeff4a5a056a1ce8d6770bce79070c9dcefa30f1de
parent4bf905e93cc0fac6d8d2a8eff4bef6aea9de5fd1
Sub-requests have to have a value for their request_config structure,
or we'll seg-fault.  This should set the sub-request's request_config
structure to the same exact same structure as the main request is using.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86655 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_request.c