From: Bill Stoddard Date: Thu, 25 Mar 2004 02:40:17 +0000 (+0000) Subject: no point or need to do this X-Git-Tag: 2.0.50~285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4dc2aa11bcedc313e3ae2f39e6644b0456a83a6;p=thirdparty%2Fapache%2Fhttpd.git no point or need to do this git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103151 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index f0069ecf806..482f237bc3d 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/03/25 02:35:40 $] +Last modified at [$Date: 2004/03/25 02:40:17 $] Release: @@ -657,10 +657,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * Combine log_child and piped_log_spawn. Clean up http_log.c. Common logging API. - * Win32: Migrate the MPM over to use APR thread/process calls. This - would eliminate some code in the Win32 branch that essentially - duplicates what is in APR. - * There are still a number of places in the code where we are losing error status (i.e. throwing away the error returned by a system call and replacing it with a generic error code)