APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2002/07/24 16:55:45 $]
+Last modified at [$Date: 2002/07/31 05:30:12 $]
Release:
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
+ * Performance problems in the content-length filter:
+ - In many situations, the C-L filter sets aside buckets
+ until it sees EOS. Setting aside file buckets is bad
+ because it requires an mmap+memcpy+munmap.
+ - In addition, the C-L filter reads and buffers all the
+ content from a pipe bucket.
+
* All handlers should always send content down even if r->header_only
is set. If not, it means that the HEAD requests don't generate the
same headers as a GET which is wrong.