From: William A. Rowe Jr Date: Tue, 15 Oct 2002 03:29:55 +0000 (+0000) Subject: Been busy X-Git-Tag: 2.0.44~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f86fff42fc3fd9d5185966bf24a0735f586cc0f5;p=thirdparty%2Fapache%2Fhttpd.git Been busy git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97220 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 93623a2f915..aab7c02e514 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,15 @@ Changes with Apache 2.0.44 + *) Introduce the EnableSendfile directive, allowing users of NFS + shares to disable sendfile mechanics when they either fail + outright or provide intermitantly corrupted data. PR + [William Rowe] + + *) Resolve the error "An operation was attempted on something + that is not a socket. : winnt_accept: AcceptEx failed. + Attempting to recover." for users of various firewall and + anti-virus software on Windows. PR 8325 [William Rowe] + *) Add the ProxyBadHeader directive, which gives the admin some control on how mod_proxy should handle bogus HTTP headers from proxied servers. This allows 2.0 to "emulate" 1.3's behavior if