summaryrefslogtreecommitdiffstats
path: root/STATUS
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-10-17 01:15:55 +0200
committerRyan Bloom <rbb@apache.org>2000-10-17 01:15:55 +0200
commit25535f86eca48fe2e4c3ce27419ebea05b86a120 (patch)
tree12318aad70ff91a8830d8f78fde4cd0f04d22168 /STATUS
parentsimplify bookkeeping in getline() to make it run a little faster, and (diff)
downloadapache2-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--STATUS12
1 files changed, 3 insertions, 9 deletions
diff --git a/STATUS b/STATUS
index 64ed98b4df..3864e0b625 100644
--- a/STATUS
+++ b/STATUS
@@ -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