]> granicus.if.org Git - apache/commitdiff
Add a note about sub-requests and filters.
authorRyan Bloom <rbb@apache.org>
Sat, 19 Aug 2000 16:47:13 +0000 (16:47 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 19 Aug 2000 16:47:13 +0000 (16:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86116 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 048caa2c996cebc7dcfd150d75bbbf7175e174ee..d6d387bc29e4c66425cd484253126f9c9926c8b7 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 2000/08/17 17:49:04 $]
+Last modified at [$Date: 2000/08/19 16:47:13 $]
 
 Release:
 
@@ -23,6 +23,11 @@ RELEASE SHOWSTOPPERS:
       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()
+       rbb says:  Creating a bucket to signal end of sub-request ties
+                  the filters to Apache.  This can be handled very cleanly
+                  by just inserting a sub-request filter.  That filter would
+                  be responsible for stripping off the EOS bucket for the
+                  sub-request, and removing all vestiges of the request.
 
     * Remove Buff and IOL from the code.  To do this, a chunking and 
       translation filter must be written.  This allows us to remove BUFF.