]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
some notes about filter fixes
authorGreg Stein <gstein@apache.org>
Wed, 16 Aug 2000 20:42:39 +0000 (20:42 +0000)
committerGreg Stein <gstein@apache.org>
Wed, 16 Aug 2000 20:42:39 +0000 (20:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86087 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d17442d99153c5d5ac6a16f01d0e5439cb685f62..1762df1ff01f73c8b0875dac434fff4a00d44ea6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 2000/08/15 14:57:21 $]
+Last modified at [$Date: 2000/08/16 20:42:39 $]
 
 Release:
 
@@ -19,7 +19,10 @@ RELEASE SHOWSTOPPERS:
       support.
 
     * All of the bucket types must be implemented.  The list can be found
-      in src/include/ap_buckets.h
+      in src/include/ap_buckets.h. May need to implement a bucket type
+      to mark the end of a subrequest content stream, and one to tell
+      filters to flush any pending content. See http_protocol.c:
+      ap_finalize_sub_req_protocol() and ap_rflush()
 
     * Remove Buff and IOL from the code.  To do this, a chunking and 
       translation filter must be written.  This allows us to remove BUFF.