mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 03:42:49 +02:00
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.