]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
handle error path where ap_set_keepalive() will set keepalive to 0
authorJim Jagielski <jim@apache.org>
Wed, 28 Apr 2004 16:58:42 +0000 (16:58 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 28 Apr 2004 16:58:42 +0000 (16:58 +0000)
commit95d220054c71cb4c1a168784f54726c05d9787d2
tree03f6dde9d1992b6c67c1dc7b944c36cfb6b79186
parent4aeb08b1475d9cdb8db23c443ab3edde085d919d
handle error path where ap_set_keepalive() will set keepalive to 0
to note a "to be closed" connection, and thus avoid reading
in a body when not needed.

PR:
Obtained from:
Submitted by:
Reviewed by:

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