diff options
author | Jeff Trawick <trawick@apache.org> | 2001-03-29 02:17:50 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2001-03-29 02:17:50 +0200 |
commit | 8fe24d1f1bfc887045cedff7d2e01a316a3c8d2a (patch) | |
tree | 3c0db1c7794238745518f5ffe34c8f2dadf78ce9 /CHANGES | |
parent | Change the links to point to the new distribution directory. (diff) | |
download | apache2-8fe24d1f1bfc887045cedff7d2e01a316a3c8d2a.tar.xz apache2-8fe24d1f1bfc887045cedff7d2e01a316a3c8d2a.zip |
Fix a storage leak in mod_cgid... the temporary pool created for
each request was not cleaned up.
This removes the nastiest symptom of some excess pipes being created
(i.e., we don't run out of file descriptors), though something
additional is needed to keep from creating the pipes to begin with.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88611 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,9 @@ Changes with Apache 2.0.16-dev + + *) Clean up mod_cgid's temporary request pool. Besides fixing a + storage leak this ensures that some unnecessary pipes are closed. + [Jeff Trawick] + *) Performance: Add quick_handler hook. This hook is called at the very beginning of the request processing before location_walk, translate_name, etc. This hook is useful for URI keyed content |