diff options
author | Bill Stoddard <stoddard@apache.org> | 2000-02-25 04:44:44 +0100 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2000-02-25 04:44:44 +0100 |
commit | 3501ade53a49e13b864c7a02cb4988f3d09e8268 (patch) | |
tree | 7c78f243ae1f1a1bead7cbb3b51db5731222eafb /STATUS | |
parent | 2.0 builds, but dumps core on FreeBSD 3.3 (ap_lock). (diff) | |
download | apache2-3501ade53a49e13b864c7a02cb4988f3d09e8268.tar.xz apache2-3501ade53a49e13b864c7a02cb4988f3d09e8268.zip |
More stuff to de before release
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84668 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 2000/02/22 23:00:53 $] +Last modified at [$Date: 2000/02/25 03:44:44 $] Release: @@ -8,6 +8,15 @@ Release: 2.0 : later in 2000 RELEASE SHOWSTOPPERS: + * Fix lingering close + Status: + + * MPMs should have responsibility for closing sockets and + registering the socket cleanup. Stop registering multiple + cleanups for each socket. Move socket close code out of + http_connection.c and into the MPMs. + Status: + * Reliable piped logs look broken everywhere. Each MPM includes essentially identical code to ap_register_other_child(), etc. Most of this code can be moved out of the MPMs and into some common file (http_core.c?). @@ -30,6 +39,9 @@ RELEASE SHOWSTOPPERS: Status: Manoj has posted an patch to fix this. <19991103003605.A20612@samosa.mindspring.com> + * Win32: Enable the Windows MPM to honor max_requests_per_child + Status: Bill will fix this. + * Win32: Fix Win9* specific code in the winnt MPM Status: |