diff options
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 |