commit | 6d975f0af650e51c5c8e584d9b6beb413deb6868 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Dec 22 14:08:52 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 22 14:22:44 2020 +0100 |
tree | 1ab5399adaaa42cc156c8784cdcbfa3468539e07 | |
parent | 4f59d386160d645e3b7af990d20c153709787b16 [diff] |
MINOR: check: do not ignore a connection header for http-check send Allow the user to specify a custom Connection header for http-check send. This is useful for example to implement a websocket upgrade check. If no connection header has been set, a 'Connection: close' header is automatically appended to allow the server to close the connection immediately after the request/response. Update the documentation related to http-check send. This fixes the github issue #1009.