]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
ap_get_client_block() allocates its brigade from r->pool (as it was
authorJeff Trawick <trawick@apache.org>
Tue, 17 Oct 2000 20:43:35 +0000 (20:43 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 17 Oct 2000 20:43:35 +0000 (20:43 +0000)
commitb8d35c9bbe18373bb562b225dc747d1e378969ae
treee0904e81b35752dae9d5c9e84d4b3f6706606625
parentd5bc93eb706744c04fad9415fb5a6af2371c112d
ap_get_client_block() allocates its brigade from r->pool (as it was
before today) so that we don't have a growth of these across many
pipelined requests.

http_filter() uses one brigade per connection which it reads into.
As it needs to deliver buckets to the caller, they are removed from
its brigade into the caller's brigade.

Submitted by: Ryan Bloom (but anything broken is my fault)

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