Commit 0ed46b5c authored by Bill Stoddard's avatar Bill Stoddard
Browse files

Allan Edwards fixed this problem.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84911 13f79535-47bb-0310-9956-ffa450edef68
parent 5204d8f9
Loading
Loading
Loading
Loading
+1 −6
Changes for STATUS: 1 added line, 6 removed lines.
Original line number Diff line number Diff line
Apache 2.0 STATUS:
Last modified at [$Date: 2000/03/31 02:38:32 $]
Last modified at [$Date: 2000/04/04 21:39:34 $]

Release:

@@ -25,11 +25,6 @@ RELEASE SHOWSTOPPERS:
	be moved out of the MPMs and into some common file (http_core.c?).
	Dean says presumably you mean an os-specific file?

    * DSO hooks registered during the preflight call to ap_read_config
	are not 'unregistered' during the preflight clean-up. Thus, when 
	Apache comes up, the hook tables contain two entries for each DSO hook,
	one of which is bogus, leftover from the preflight. 

    * Pipes to CGI scripts are not being timed out
        Status: code has been added to APR to support timing out pipes.
                This needs to be used in Apache now.