]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a buglet in the APR-ization of ap_lingering_close() -- use APR_SO_TIMEOUT
authorJeff Trawick <trawick@apache.org>
Wed, 1 Nov 2000 15:42:50 +0000 (15:42 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 1 Nov 2000 15:42:50 +0000 (15:42 +0000)
commitb150a72aca6f35d944e41789bd3ba14eec26bdc3
tree10b5096b8a3a450683a3c91a5577f36de6922611
parent21a8449b97790e54a537c85309c0f2ac8bf1c72f
Fix a buglet in the APR-ization of ap_lingering_close() -- use APR_SO_TIMEOUT
instead of BO_TIMEOUT.  (We were actually setting a different socket option.)

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