From: Ryan Bloom Date: Tue, 13 Nov 2001 17:02:52 +0000 (+0000) Subject: I accidentally removed these lines. Thank to Greg for catching this. X-Git-Tag: 2.0.29~155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb0bf97e522ce85b4c95a02f1bc54382c6280449;p=thirdparty%2Fapache%2Fhttpd.git I accidentally removed these lines. Thank to Greg for catching this. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91901 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/connection.c b/server/connection.c index a7c2a3864ba..6aecf063ce3 100644 --- a/server/connection.c +++ b/server/connection.c @@ -192,6 +192,8 @@ apr_status_t ap_lingering_close(void *dummy) */ if (apr_shutdown(net->client_socket, APR_SHUTDOWN_WRITE) != APR_SUCCESS || net->c->aborted) { + apr_socket_close(c->client_socket); + return APR_SUCCESS; } /* Read all data from the peer until we reach "end-of-file" (FIN