]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: doc: rename conn_status in `option httsplog`
authorWilliam Lallemand <wlallemand@haproxy.org>
Mon, 2 Aug 2021 08:57:49 +0000 (10:57 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 2 Aug 2021 08:57:49 +0000 (10:57 +0200)
Rename the conn_status field by the real name of the sample fetch in the
`option httpslog` documentation.

doc/configuration.txt

index 5c860b8021bfbc1eb836e8def956d4828b8e1286..2a4a670595ec9353062ab54a97cece70c45418ec 100644 (file)
@@ -20825,11 +20825,11 @@ HTTP ones, refer to the HTTP section.
      14   '{' captured_request_headers* '}'                     {haproxy.1wt.eu}
      15   '{' captured_response_headers* '}'                                  {}
      16   '"' http_request '"'                        "GET /index.html HTTP/1.1"
-     17   conn_status '/' ssl_fc_hsk_err '/' ssl_c_err '/' ssl_c_ca_err  0/0/0/0
+     17   fc_conn_err '/' ssl_fc_hsk_err '/' ssl_c_err '/' ssl_c_ca_err  0/0/0/0
      18   ssl_version '/' ssl_ciphers             TLSv1.3/TLS_AES_256_GCM_SHA384
 
 Detailed fields description :
-  - "conn_status" is the status of the connection on the frontend's side. It
+  - "fc_conn_err" is the status of the connection on the frontend's side. It
     corresponds to the "fc_conn_err" sample fetch. See the "fc_conn_err" and
     "fc_conn_err_str" fetches for more information.