]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Make ap_set_keepalive more statefully aware, allowing it
authorJim Jagielski <jim@apache.org>
Fri, 27 Aug 2004 23:44:41 +0000 (23:44 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 27 Aug 2004 23:44:41 +0000 (23:44 +0000)
commit92eadbea0cde9f7c2cbcd393414ea9e771c9ebf5
tree8615a58c1586f4cfe10eea9d722f5edc4c1e40ea
parentbe3490a6c0cbbae664f06c0f4ae1f2b64e3371bb
Make ap_set_keepalive more statefully aware, allowing it
to be called multiple times (to correctly set keepalive)
but not increment keepalives when not needed. This allows
us to handle a special case where we need to discard
body content "early"

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104871 13f79535-47bb-0310-9956-ffa450edef68
src/CHANGES
src/main/http_protocol.c
src/main/http_request.c