commit | 8bf8fda49b953e8e9f978e596a1a9a3eb07fc97c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 28 09:10:19 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 28 09:24:49 2020 +0200 |
tree | e74e22ffb6cb971106a1e036eb1b591c23974a97 | |
parent | e50b7dc2e0a541035e1d379278dd2ca40a7373fe [diff] |
MINOR: checks: Support HTTP/2 version (without '.0') for http-check send rules The version is partially parsed to set the flag HTX_SL_F_VER_11 on the HTX message. But exactly 8 chars is expected. So if "HTTP/2" is specified, the flag is not set. Thus, the version parsing has been updated to handle "HTTP/2" and "HTTP/2.0" the same way.