Igor found a memory leak -- we're allocating the initial request_rec in
the connection pool rather than creating a new pool first. So each request on a keepalive connection would waste sizeof(request_rec). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80113 13f79535-47bb-0310-9956-ffa450edef68
parent
c155c486
Please register or sign in to comment