summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2004-11-04 17:04:55 +0100
committerJeff Trawick <trawick@apache.org>2004-11-04 17:04:55 +0100
commitb16fe38fbb1161833eebe6bb6a6cfca39667e014 (patch)
tree082049c51b39a8756667a4a8e79f4fd28c7e2e05
parentIf the entry has a password then don't allow util_ldap_cache_getuserdn() to u... (diff)
downloadapache2-b16fe38fbb1161833eebe6bb6a6cfca39667e014.tar.xz
apache2-b16fe38fbb1161833eebe6bb6a6cfca39667e014.zip
remove out-of-date comment... BillS reports that
AP_MPM_DISABLE_NAGLE_ACCEPTED_SOCK provides the necessary capability to the MPM Submitted by: stoddard a.k.a. BillS a.k.a. FirstBill git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105682 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--server/core.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/server/core.c b/server/core.c
index 4379b68fb6..0656c80a8e 100644
--- a/server/core.c
+++ b/server/core.c
@@ -4547,11 +4547,6 @@ static int core_pre_connection(conn_rec *c, void *csd)
apr_status_t rv;
#ifdef AP_MPM_DISABLE_NAGLE_ACCEPTED_SOCK
- /* BillS says perhaps this should be moved to the MPMs. Some OSes
- * allow listening socket attributes to be inherited by the
- * accept sockets which means this call only needs to be made
- * once on the listener
- */
/* The Nagle algorithm says that we should delay sending partial
* packets in hopes of getting more data. We don't want to do
* this; we are not telnet. There are bad interactions between