commit | 4b5f3029bcd36af5f4da8a3d85cc944d37a87769 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Sep 05 09:05:17 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 06 18:23:14 2022 +0200 |
tree | 944455506fea00eee9492a9ad81adc3a21af8ccb | |
parent | 6aec1f380e095cc36b279c4c9e1a955d01d41f6c [diff] |
MINOR: http-check: Remove support for headers/body in "option httpchk" version This trick is deprecated since the health-check refactoring, It is now invalid. It means the following line will trigger an error during the configuration parsing: option httpchk OPTIONS * HTTP/1.1\r\nHost:\ www It must be replaced by: option httpchk OPTIONS * HTTP/1.1 http-check send hdr Host www