Commit b36cf9fa authored by dgaudet's avatar dgaudet
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment