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
parent
79491f0c
Please register or sign in to comment