From: Jérôme Magnin Date: Wed, 16 Jan 2019 13:38:37 +0000 (+0100) Subject: DOC: add a missing space in the documentation for bc_http_major X-Git-Tag: v2.0-dev1~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35e53a6a0821cdd3065736de53b03a770441343a;p=thirdparty%2Fhaproxy.git DOC: add a missing space in the documentation for bc_http_major add a missing space between sample fetch name and colon, and make haproxy-dconv happier. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 5b6ab44afc..5a5e888881 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -14396,7 +14396,7 @@ table may be specified with the "sc*" form, in which case the currently tracked key will be looked up into this alternate table instead of the table currently being tracked. -bc_http_major: integer +bc_http_major : integer Returns the backend connection's HTTP major version encoding, which may be 1 for HTTP/0.9 to HTTP/1.1 or 2 for HTTP/2. Note, this is based on the on-wire encoding and not the version present in the request header.