]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] http redirect: don't explicitly state keep-alive on 1.1
authorWilly Tarreau <w@1wt.eu>
Sun, 10 Jan 2010 09:35:01 +0000 (10:35 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 10 Jan 2010 09:35:01 +0000 (10:35 +0100)
commit75661457f7258253933ad1c4187f188297481b09
tree024c93cd5fde9384db24bb4248f190e7e9a24381
parent148d099406d91332c744f3a1e2942e64486a41d2
[MINOR] http redirect: don't explicitly state keep-alive on 1.1

Do not set the "connection: keep-alive" header when the request is in
HTTP 1.1, it's implicit.
src/proto_http.c