]> granicus.if.org Git - apache/commitdiff
Too many incomplete changes to the code base.
authorRoy T. Fielding <fielding@apache.org>
Sat, 13 Apr 2002 00:50:20 +0000 (00:50 +0000)
committerRoy T. Fielding <fielding@apache.org>
Sat, 13 Apr 2002 00:50:20 +0000 (00:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94629 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b3bc84b0ec67aed64d8fdf4472e4c3bb0910c5aa..072563f6a983bd397f0b80cf930a08560fdd4f53 100644 (file)
--- 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".