]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
handle a TCP connection reset between the time we accept the connection
authorJeff Trawick <trawick@apache.org>
Thu, 1 Feb 2001 17:21:49 +0000 (17:21 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 1 Feb 2001 17:21:49 +0000 (17:21 +0000)
commit288e2cc490719b95f3c5e96469c8e0d78e27f4a8
tree8988a531224ef2bb883b6e4d24de712d3f473827
parentbbb6109301bba1f85c01a93c59270641982af3cf
handle a TCP connection reset between the time we accept the connection
and when apr_get_sockaddr() does getsockname() or getpeername()

this change will be rolled into the other MPMs later

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