]> granicus.if.org Git - apache/commitdiff
Split Justin's and my key issues, which have become tangled (yet have
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 20 Nov 2001 03:49:50 +0000 (03:49 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 20 Nov 2001 03:49:50 +0000 (03:49 +0000)
  nothing to do with one another.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92050 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 4f0004795bc5d8b24109158ce81de6e2eb8c3ed2..182847453357dce6229ae5cd626646893b50d5b4 100644 (file)
--- 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