From: Aurelien DARRAGON Date: Tue, 6 Feb 2024 17:49:28 +0000 (+0100) Subject: DOC: config: fix typos for "bytes_{in,out}" X-Git-Tag: v3.0-dev3~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8126d3b007a9677aa310418dcc41536fa7d74461;p=thirdparty%2Fhaproxy.git DOC: config: fix typos for "bytes_{in,out}" An extra space was placed at the start of "bytes_out" description, and dconv was having a hard time to properly render the text in html format because of that. Finally, remove an extra line feed. This should be backported in 2.9 with c7424a1ba ("MINOR: samples: implement bytes_in and bytes_out samples") --- diff --git a/doc/configuration.txt b/doc/configuration.txt index bf5dc84902..94fa2089f1 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -23615,12 +23615,11 @@ baseq : string instead of "base" allows one to properly identify the target resource, for statistics or caching use cases. See also "path", "pathq" and "base". - bytes_in : integer This returns the number of bytes uploaded from the client to the server. bytes_out : integer - This is the number of bytes transmitted from the server to the client. + This is the number of bytes transmitted from the server to the client. capture.req.hdr() : string This extracts the content of the header captured by the "capture request