]> granicus.if.org Git - apache/commitdiff
--release_non_showstoppers_but_it_would_be_real_nice_to_wrap_these_up;
authorBrian Pane <brianp@apache.org>
Thu, 29 Aug 2002 06:45:57 +0000 (06:45 +0000)
committerBrian Pane <brianp@apache.org>
Thu, 29 Aug 2002 06:45:57 +0000 (06:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96563 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9ceb939dc2ce083cf341f03f54919fefc9623499..2908b536279007abe5f60a0a1c5066c191323e61 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2002/08/19 15:46:24 $]
+Last modified at [$Date: 2002/08/29 06:45:57 $]
 
 Release:
 
@@ -107,13 +107,6 @@ CURRENT VOTES:
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
-    * Performance problems in the content-length filter:
-      - In many situations, the C-L filter sets aside buckets
-        until it sees EOS.  Setting aside file buckets is bad
-        because it requires an mmap+memcpy+munmap.
-      - In addition, the C-L filter reads and buffers all the
-        content from a pipe bucket.
-
     * All handlers should always send content down even if r->header_only
       is set.  If not, it means that the HEAD requests don't generate the
       same headers as a GET which is wrong.