]> 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)
commit92451206d5e86bee5e45f688ebbf8de434470c9e
treeff4a5a056a1ce8d6770bce79070c9dcefa30f1de
parent2441a2aa49b2ceacd792cc1408f2c522a1206b46
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