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:
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.