haproxy/include
Christopher Faulet 8021a5f4a5 MINOR: checks: Support list of status codes on http-check expect rules
It is now possible to match on a comma-separated list of status codes or range
of codes. In addtion, instead of a string comparison to match the response's
status code, a integer comparison is performed. Here is an example:

  http-check expect status 200,201,300-310
2020-04-27 10:46:28 +02:00
..
common MINOR: ist: Add a function to retrieve the ist pointer 2020-04-27 10:46:28 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto CLEANUP: checks: Reorg checks.c file to be more readable 2020-04-27 10:46:28 +02:00
types MINOR: checks: Support list of status codes on http-check expect rules 2020-04-27 10:46:28 +02:00