From: Greg Stein Date: Wed, 16 Aug 2000 20:42:39 +0000 (+0000) Subject: some notes about filter fixes X-Git-Tag: APACHE_2_0_ALPHA_6~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b401e40d6031bc40db986e468e0520a90e461a89;p=thirdparty%2Fapache%2Fhttpd.git some notes about filter fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86087 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d17442d9915..1762df1ff01 100644 --- 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.