From: Ryan Bloom Date: Wed, 20 Dec 2000 16:35:22 +0000 (+0000) Subject: Add a note about the directives to add input and output filters. X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~377 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=efe5ac62bd9c90d5b8f7f8694b581cfa21c9c818;p=apache Add a note about the directives to add input and output filters. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87458 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 3eee309fae..57eba59a25 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2000/12/20 16:21:08 $] +Last modified at [$Date: 2000/12/20 16:35:22 $] Release: @@ -70,6 +70,11 @@ RELEASE SHOWSTOPPERS: Status: rbb volunteers RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + * The directives to setup output filters need to be re-visited. These + directives aren't consistent with what we already have, and they don't + always make good sense. + Status: rbb volunteers. + * FreeBSD has issues when sendfile is used. Some images aren't sent completely. The work around is to turn off sendfile support.