]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Rip out the old flushing approach for solving lifetime issues between the
authorRuediger Pluem <rpluem@apache.org>
Sat, 8 Nov 2008 11:09:38 +0000 (11:09 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 8 Nov 2008 11:09:38 +0000 (11:09 +0000)
commit4a3c945b14466113dc80e6e9522846659ac4269c
tree3a888b77b962ff46e51728f67cf5df29a4b9d1a5
parent0d1be6231d41647713422e638d3c4d8ac43149ff
* Rip out the old flushing approach for solving lifetime issues between the
  backend connection bucket allocator and front end connection bucket allocator.
  Instead copy the buckets from the backend over to ones that have been created
  using the front end bucket allocator. For metabucket this is done by recreating
  them, for data buckets this is done by reading them and putting the read data
  in a transient bucket.

PR: 45792

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@712375 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
modules/proxy/mod_proxy.h
modules/proxy/mod_proxy_ftp.c
modules/proxy/mod_proxy_http.c
modules/proxy/proxy_util.c