]> granicus.if.org Git - apache/commitdiff
function ported to 2.0
authorBill Stoddard <stoddard@apache.org>
Thu, 29 Jan 2004 03:20:00 +0000 (03:20 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 29 Jan 2004 03:20:00 +0000 (03:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102440 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index c62813eb9232b4f6f6eab461ca9104cafabcaecb..e9b8035182ff7470cff53de9f6ff79f1dbd3fc71 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -213,11 +213,6 @@ Changes with Apache 2.1.0-dev
      the current locale. level values are now really parsed as integers.
      PR 17564.  [André Malo]
 
-  *) Added the WindowsSocketsWorkaround directive for Windows NT/2000/XP
-     to work around problems with certain VPN and Firewall products that 
-     have buggy AcceptEx implementations.
-     [Allan Edwards w/ suggestions from Bill Stoddard & Bill Rowe]
-
   *) Extend mod_negotiation to evaluate the environment variables
      no-gzip and gzip-only-text/html the same way as mod_deflate does.
      [André Malo]
@@ -295,6 +290,14 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.49
 
+  *) Win32: Add Win32DisableAcceptEx directive. This Windows
+     NT/2000/CP directive is useful to work around bugs in some 
+     third party layered service providers like virus scanners, 
+     VPN and firewall products, that do not properly handle 
+     WinSock 2 APIs.  Use this directive if your server is issuing
+     AcceptEx failed messages.
+     [Allan Edwards, Bill Rowe, Bill Stoddard, Jeff Trawick]
+
   *) Make REMOTE_PORT variable available in mod_rewrite.
      PR 25772.  [André Malo]