From: William A. Rowe Jr Date: Tue, 20 Nov 2001 03:49:50 +0000 (+0000) Subject: Split Justin's and my key issues, which have become tangled (yet have X-Git-Tag: 2.0.29~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9810cee9ec7b4f43671ab19bfecf0a33b3fe3d3e;p=thirdparty%2Fapache%2Fhttpd.git Split Justin's and my key issues, which have become tangled (yet have nothing to do with one another.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92050 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 4f0004795bc..18284745335 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2001/11/20 03:14:05 $] +Last modified at [$Date: 2001/11/20 03:49:50 $] Release: @@ -79,7 +79,13 @@ RELEASE SHOWSTOPPERS: to make it agree with the operation of the StartServers directive. - * revamp the input filter semantics, per discussions since + * revamp the input filter syntax to provide for ordering of + filters created with the Set{Input|Output}Filter and the + Add{Input|Output}Filter directives. At minimum, some sort + of insert first v.s. append to end or 'relative to x' is + probably needed. + + * revamp the input filter behavior, per discussions since February (and especially at the hackathon last April). Specifically, ap_get_brigade will return a brigade with *up to* a specific number of bytes, or a "line" of data. The