]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Enable ap_sock_disable_nagle for Windows. This along with the addition of
authorAllan K. Edwards <ake@apache.org>
Tue, 15 Apr 2003 22:34:47 +0000 (22:34 +0000)
committerAllan K. Edwards <ake@apache.org>
Tue, 15 Apr 2003 22:34:47 +0000 (22:34 +0000)
APR_TCP_NODELAY_INHERITED to apr.hw will cause Nagle to be disabled for
Windows.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99373 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
server/mpm_common.c

diff --git a/CHANGES b/CHANGES
index 753b49c37d3302cdd2cf879dea6cebf6ae8878a9..16e580a7640ff07404f2e432ce0a0ae0e563f9b5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,11 @@ Changes with Apache 2.1.0-dev
 
   [Remove entries to the current 2.0 section below, when backported]
 
+  *) Enable ap_sock_disable_nagle for Windows. This along with the  
+     addition of  APR_TCP_NODELAY_INHERITED to apr.hw will cause Nagle 
+     to be disabled for Windows.
+     [Allan Edwards]
+
   *) ssl_toolkit_compat.h and code fixes to build clean on SSLC.
      [William Rowe, Madhusudan Mathihalli]
 
index e55a8ee2b6f49b81a62c06e642bce61d1171fca7..0fc9d8d3ba60d49648ef4903dd01c9a0098fe3a9 100644 (file)
@@ -305,7 +305,7 @@ int ap_process_child_status(apr_proc_t *pid, apr_exit_why_e why, int status)
 }
 #endif /* AP_MPM_WANT_PROCESS_CHILD_STATUS */
 
-#if defined(TCP_NODELAY) && !defined(MPE) && !defined(TPF) && !defined(WIN32)
+#if defined(TCP_NODELAY) && !defined(MPE) && !defined(TPF)
 void ap_sock_disable_nagle(apr_socket_t *s)
 {
     /* The Nagle algorithm says that we should delay sending partial