From: Ryan Bloom Date: Sat, 19 Aug 2000 16:47:13 +0000 (+0000) Subject: Add a note about sub-requests and filters. X-Git-Tag: APACHE_2_0_ALPHA_7~244 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ae62f453cb3c8bd240cc678a7ad401b0e94eb25;p=apache Add a note about sub-requests and filters. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86116 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 048caa2c99..d6d387bc29 100644 --- 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.