]> granicus.if.org Git - apache/commit
* Using the reslist pool for the proxy_conn_rec structure introduces a memory
authorRuediger Pluem <rpluem@apache.org>
Thu, 20 Dec 2007 08:57:23 +0000 (08:57 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 20 Dec 2007 08:57:23 +0000 (08:57 +0000)
commit78f70660d1a50fc80d1b8048e124175e3dddf29c
treeb7ed0236ea49e02f50409b51d0b5527e399422a4
parent6619d10d79af6240dfa49c42070b39000fa95214
* Using the reslist pool for the proxy_conn_rec structure introduces a memory
  leak when connections get created and destroyed frequently by the reslist
  (e.g.  destroying idle elements of the reslist). So use the subpool
  dedicated for the proxy_conn_rec structure to allocate the memory for the
  structure itself.

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