]> granicus.if.org Git - apache/commit
* For creating new buckets always use the bucket allocator of the brigade in
authorRuediger Pluem <rpluem@apache.org>
Tue, 26 Jan 2016 11:59:07 +0000 (11:59 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 26 Jan 2016 11:59:07 +0000 (11:59 +0000)
commit19fd02fdeb4269b39f233f93c6c08efc18fba501
treefcfea41594c2ad8142aa93ad81db6969063a8c83
parent371b438a8a66cb6d76a87d14fe54af46c9a190d3
* For creating new buckets always use the bucket allocator of the brigade in
  which we want to put the bucket.

  Currently this does not change behaviour as r->connection->bucket_alloc and
  to->bucket_alloc are the same. It is a cleanup and preparation for abstracting
  this in a proxy API.

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