Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 23837 invoked by uid 500); 16 Aug 2000 20:42:41 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 23825 invoked by uid 500); 16 Aug 2000 20:42:41 -0000 Delivered-To: apmail-apache-2.0-cvs@apache.org Date: 16 Aug 2000 20:42:40 -0000 Message-ID: <20000816204240.23821.qmail@locus.apache.org> From: gstein@locus.apache.org To: apache-2.0-cvs@apache.org Subject: cvs commit: apache-2.0 STATUS gstein 00/08/16 13:42:40 Modified: . STATUS Log: some notes about filter fixes Revision Changes Path 1.129 +5 -2 apache-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/apache-2.0/STATUS,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- STATUS 2000/08/15 14:57:21 1.128 +++ STATUS 2000/08/16 20:42:39 1.129 @@ -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 @@ 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.