diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-02-20 18:41:18 +0100 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-02-20 18:41:18 +0100 |
commit | 55570632af87e824dd9bf2841f615e3959b00090 (patch) | |
tree | 97502db0f0286d265b89d7e607ed5e287b7d7eef /STATUS | |
parent | Some info messages mean something to only three people in this world, (diff) | |
download | apache2-55570632af87e824dd9bf2841f615e3959b00090.tar.xz apache2-55570632af87e824dd9bf2841f615e3959b00090.zip |
Remember AddOutputFilterByType.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93517 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/02/18 06:57:50 $] +Last modified at [$Date: 2002/02/20 17:41:18 $] Release: @@ -83,6 +83,12 @@ FINAL RELEASE SHOWSTOPPERS: BrianP agrees: "Yes, let's clean up the remaining dependencies on the old lock API." + * We need to find out the right place to add the AddOutputFilterByType + directive. mod_mime? No. core with fixups? That's what it is now. + ap_pass_brigade() hook? As a filter that runs at HTTP_HEADER stage? + This needs to be resolved before the next public release. + Message-ID: <018701c1b99c$f0f24310$0a01230a@KOJ> + * API changes planned for 2.0 that should happen before the GA release: * Free lists for bucket allocation |