From: Ryan Bloom Date: Tue, 16 Nov 1999 15:11:51 +0000 (+0000) Subject: Update the STATUS file a bit. X-Git-Tag: 1.3.10~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb7f5c28059ef9df5ff8152d917d7ac31984e7f6;p=apache Update the STATUS file a bit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84127 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 989ba52fc6..4e06b1c4e4 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 1999/11/11 13:21:10 $] +Last modified at [$Date: 1999/11/16 15:11:51 $] Release: @@ -17,7 +17,8 @@ RELEASE SHOWSTOPPERS: Status: Bill is working on this * Pipes to CGI scripts are not being timed out - Status: + Status: code has been added to APR to support timing out pipes. + This needs to be used in Apache now. * Port mod_rewrite Status: Paul Reder is working on this. @@ -41,7 +42,6 @@ RELEASE SHOWSTOPPERS: * Current 2.0 code is not tested on many Unix platforms. Make 2.0 work on most, if not all the systems 1.3 did - Status: Autoconf and APR will get us most of the way there. * The module API is a weird combination of the old table and the new @@ -73,9 +73,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * Move I/O layering into APR. - * APR'ize I/O layering. iol is using native sockets now, which is the source of - the double close problem Manoj ran into. - * There are still a number of places in the code where we are loosing error status (i.e. throwing away the error returned by a system call and replacing it with a generic error code)