]> granicus.if.org Git - apache/commit
Fix a growing connection pool in core_output_filter() for
authorJeff Trawick <trawick@apache.org>
Mon, 27 Aug 2001 20:48:00 +0000 (20:48 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 27 Aug 2001 20:48:00 +0000 (20:48 +0000)
commit9855487db69acb8118c43d4ac4baeff0fa73058f
tree3a43132dccda0e7fbfbd76f3026cdb25f4a9f49e
parentf2e3713193406c37a53cafedda224c7b116c4c54
Fix a growing connection pool in core_output_filter() for
keepalive requests.  We were allocating a brigade out of the
connection pool; the number of these brigades allocated
per connection was theoretically unlimited.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90736 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/core.c