]> granicus.if.org Git - apache/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)
commitc422d9675458e9b6de196b18e454990f34fa186c
tree534a1eb1fd35468bae908ef5e63efecb07593f24
parent1bd791c4e91d634ef8a14f01384562cc1ab39a60
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