From: Ian Holsman Date: Tue, 19 Mar 2002 18:59:46 +0000 (+0000) Subject: remove sock_enable_linger (unused function) X-Git-Tag: 2.0.34~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad3eabe4f3e40058ff7ca1b8df1c5e541575f573;p=thirdparty%2Fapache%2Fhttpd.git remove sock_enable_linger (unused function) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94018 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 42456aa2ac1..f11cd2b2d90 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,6 @@ Changes with Apache 2.0.34-dev + *) remove sock_enable_linger from connection.c [ Ian Holsman] *) Fix for virtual host processing where the requested hostname has a '.' at the end (PR 9187) [Ryan Cruse ]