]> granicus.if.org Git - apache/commitdiff
Been busy
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 15 Oct 2002 03:29:55 +0000 (03:29 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 15 Oct 2002 03:29:55 +0000 (03:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97220 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 93623a2f915d4330a3f7e87a3abaa848515d5e89..aab7c02e514cd76bca518bd9f58a31b6748a132d 100644 (file)
--- 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