]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Allocate the brigade containing the EOR bucket from the connection
authorBrian Pane <brianp@apache.org>
Sat, 29 Oct 2005 21:11:51 +0000 (21:11 +0000)
committerBrian Pane <brianp@apache.org>
Sat, 29 Oct 2005 21:11:51 +0000 (21:11 +0000)
commitf0538ad65c0247c395f40f2d2e751507dd32adcf
tree4e4c8257222522414aa364a9da3610dc3da14e6d
parenta5af8acb5dde176793bf111a62411a48a43fc5c4
Allocate the brigade containing the EOR bucket from the connection
pool, rather than the request pool, because the core output filter
may need to reference the brigade immediately after deleting the
EOR bucket (and thus the request pool).  This fixes a coredump
encountered when running t/TEST on an httpd compiled with
"--enable-pool-debug."

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