Christopher Faulet 4b5f3029bc 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
2022-09-06 18:23:14 +02:00
..
2006-06-15 21:48:13 +02:00
2022-05-31 17:05:27 +02:00
2006-06-15 21:48:13 +02:00
2022-04-16 12:15:47 +02:00