diff options
author | Ryan Bloom <rbb@apache.org> | 2000-10-17 01:15:55 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-10-17 01:15:55 +0200 |
commit | 25535f86eca48fe2e4c3ce27419ebea05b86a120 (patch) | |
tree | 12318aad70ff91a8830d8f78fde4cd0f04d22168 /STATUS | |
parent | simplify bookkeeping in getline() to make it run a little faster, and (diff) | |
download | apache2-25535f86eca48fe2e4c3ce27419ebea05b86a120.tar.xz apache2-25535f86eca48fe2e4c3ce27419ebea05b86a120.zip |
Add a sub-request filter. This filter just strips the EOS from the
brigade generated by the sub-request. If this is not done, then the
main-request's core_output_filter will get very confused, as will any other
filter in the main-request filter-stack that looks for EOS.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86618 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 2000/10/13 16:57:08 $] +Last modified at [$Date: 2000/10/16 23:15:54 $] Release: @@ -20,14 +20,8 @@ RELEASE SHOWSTOPPERS: * All of the bucket types must be implemented. The list can be found 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() - rbb says: Creating a bucket to signal end of sub-request ties - the filters to Apache. This can be handled very cleanly - by just inserting a sub-request filter. That filter would - be responsible for stripping off the EOS bucket for the - sub-request, and removing all vestiges of the request. + to tell filters to flush any pending content. See http_protocol.c: + ap_rflush() * Remove Buff from the code. Some buff functionality is currently missing: input translation filter, translation of protocol data for |