]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
The ap_set_keepalive call needs to be after the call to
authorRyan Bloom <rbb@apache.org>
Wed, 24 Jan 2001 23:07:23 +0000 (23:07 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 24 Jan 2001 23:07:23 +0000 (23:07 +0000)
commit01645c701c19d3e1851ed94abb4a488d7402ea01
tree534a1eb1fd35468bae908ef5e63efecb07593f24
parentf2274ccc8340ece490917e503919e1da8d803afe
The ap_set_keepalive call needs to be after the call to
ap_basic_http_header.  Without this, there are times that HTTP 1.0
requests will do keepalive connections.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87823 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_protocol.c