From 9585028722c69c532179e5ff92ce91d36813659a Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sun, 21 Nov 2004 07:10:32 +0000 Subject: [PATCH] Drop a worthless emit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106075 13f79535-47bb-0310-9956-ffa450edef68 --- server/core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/core.c b/server/core.c index 0656c80a8e2..5f27ae10dee 100644 --- a/server/core.c +++ b/server/core.c @@ -4544,9 +4544,10 @@ static conn_rec *core_create_conn(apr_pool_t *ptrans, server_rec *server, static int core_pre_connection(conn_rec *c, void *csd) { core_net_rec *net = apr_palloc(c->pool, sizeof(*net)); - apr_status_t rv; #ifdef AP_MPM_DISABLE_NAGLE_ACCEPTED_SOCK + apr_status_t rv; + /* 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 -- 2.47.3