]> granicus.if.org Git - apache/commit
* Do not register connection_cleanup as cleanup for the conn->pool. In the past
authorRuediger Pluem <rpluem@apache.org>
Wed, 12 Dec 2007 10:38:19 +0000 (10:38 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 12 Dec 2007 10:38:19 +0000 (10:38 +0000)
commit033055ec4a04dcb87857af4998f039d8f0ba6642
tree6fe7466a2c54c4905927b6227914b84d9a28f32e
parent43b6edd52f637069220042821e6843ab8bb4a4ff
* Do not register connection_cleanup as cleanup for the conn->pool. In the past
  it was needed to register connection_cleanup as a cleanup for the frontend
  connection memory pool (c->pool) to ensure that connection returns into the
  connection pool if the memory pool of the frontend connection memory pool
  gets destroyed / cleared. Now we ensure explicitly the connection returns
  to the connection pool once we finished handling the request.

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