]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix the timeout logic that I broke last week. This adds a request
authorRyan Bloom <rbb@apache.org>
Wed, 21 Nov 2001 03:46:22 +0000 (03:46 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 21 Nov 2001 03:46:22 +0000 (03:46 +0000)
commitd70af2b3eb486e4e0de862ac3b783ce6f2c3e240
tree3375f700bd83e54e6d12e3f92ac2b9d270373a2e
parent8c931b983f61926b0dd5fc5679de4312f7340e65
Fix the timeout logic that I broke last week.  This adds a request
level filter that sets the timeout on the socket that is connected
to the client.

Thanks Greg Stein for seeing this bug.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92073 13f79535-47bb-0310-9956-ffa450edef68
include/httpd.h
modules/http/http_core.c
server/core.c
server/protocol.c