MINOR: checks: Skip some headers for http-check send rules
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 29 Apr 2020 09:50:01 +0000 (11:50 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 29 Apr 2020 11:32:29 +0000 (13:32 +0200)
commit7d765dbe9ae46d3ce1dc1ae1999c733f6a6e7085
treecef900a389638144d58c65984c4bc36abc0e5c8a
parent13ec87b4c4af283c349ad8b2e6f543b7cfebab1c
MINOR: checks: Skip some headers for http-check send rules

Connection, content-length and transfer-encoding headers are ignored for
http-check send rules. For now, the keep-alive is not supported and the
"connection: close" header is always added to the request. And the
content-length header is automatically added.
src/checks.c