From: Ryan Bloom Date: Wed, 20 Dec 2000 15:07:12 +0000 (+0000) Subject: Mention the sendfile issue with FreeBSD. X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~379 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6ad7ce1ec4eb4fec253b651c1f282cdb70ff2c7;p=thirdparty%2Fapache%2Fhttpd.git Mention the sendfile issue with FreeBSD. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87455 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index f844f89f954..303f5fd0373 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2000/12/20 06:26:58 $] +Last modified at [$Date: 2000/12/20 15:07:12 $] Release: @@ -74,6 +74,8 @@ RELEASE SHOWSTOPPERS: Status: rbb volunteers RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + * FreeBSD has issues when sendfile is used. Some images aren't sent + completely. The work around is to turn off sendfile support. * release distros do not include a "test" dir. It should be cleaned for the dev guys. (Greg volunteers)