From: Roy T. Fielding Date: Sat, 13 Apr 2002 00:50:20 +0000 (+0000) Subject: Too many incomplete changes to the code base. X-Git-Tag: 2.0.36~217 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38735542bd9aa677f890784e9648780f2a70ee71;p=apache Too many incomplete changes to the code base. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94629 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b3bc84b0ec..072563f6a9 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/04/12 23:12:26 $] +Last modified at [$Date: 2002/04/13 00:50:20 $] Release: @@ -52,6 +52,8 @@ RELEASE SHOWSTOPPERS: * Daedalus segfaults with 2.0.35 Greg and Cliff are working on this. + * HTTP chunk reads fail to read the trailers. + CURRENT VOTES: * Should we always build [support*] binaries statically unless otherwise @@ -746,6 +748,9 @@ put them into 'the next release': Other bugs that need fixing: + * ap_discard_request should be converted to use the bucket API + directly rather than waste cycles copying buffers with the old API. + * MaxRequestsPerChild measures connections, not requests. Until someone has a better way, we'll probably just rename it "MaxConnectionsPerChild".