]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: add a missing space in the documentation for bc_http_major
authorJérôme Magnin <jmagnin@haproxy.com>
Wed, 16 Jan 2019 13:38:37 +0000 (14:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 17 Jan 2019 09:28:58 +0000 (10:28 +0100)
add a missing space between sample fetch name and colon, and make
haproxy-dconv happier.

doc/configuration.txt

index 5b6ab44afc9982bdc6aaba71d816ebce1a5dbfd4..5a5e888881e9772fc4ba00a58b6fb9ede1a5a3d0 100644 (file)
@@ -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.