]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
check for timeout on socket read when we check for ECONNRESET and eof
authorJeff Trawick <trawick@apache.org>
Thu, 16 Aug 2001 21:11:30 +0000 (21:11 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 16 Aug 2001 21:11:30 +0000 (21:11 +0000)
commit901dab0572cf0a906e1e0d05974bcf48c005596d
tree434dd8b010986771c26904821d4bff654c91192a
parent8e7232bd114f3be6a5c2e5e739bf59f0a7c17e15
check for timeout on socket read when we check for ECONNRESET and eof

previously, we'd die on an assert() (really nasty for threaded MPM) when
we hit a keepalive timeout for a browser like netscape which keeps the
connection open

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90244 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/ssl/ssl_engine_io.c