]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
implement Ryan's suggested fix for buckets associated with a subrequest
authorJeff Trawick <trawick@apache.org>
Thu, 7 Jun 2001 01:24:44 +0000 (01:24 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 7 Jun 2001 01:24:44 +0000 (01:24 +0000)
commitedc450c8ac161c88a95c2fdb7ecd186a94d6f76c
tree69a43c1d1c2b4512d14bddbd1099fdc4aae1c52d
parent0094a390065b7d7d214878855c8330ea479bf9b8
implement Ryan's suggested fix for buckets associated with a subrequest
having private data in the wrong (i.e., subrequest) pool, leading to
a segfault later in processing the main request

in the patch posted on new-httpd, the temporary brigade was allocated from
the connection pool; the committed code allocates the brigade from the
main-request pool, as suggested by Ian Holsman

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89284 13f79535-47bb-0310-9956-ffa450edef68
server/request.c