commit | 8021a5f4a594497f0cbf6e232e24354271027aeb | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 24 13:53:12 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 10:46:28 2020 +0200 |
tree | 746f42f730e83d06d4d06bb7fe20861c2ad1afc3 | |
parent | bb86a0f7be6ba8a248321a59c4b865e01e33f106 [diff] |
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