summaryrefslogtreecommitdiffstats
path: root/STATUS
diff options
context:
space:
mode:
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