mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-05 13:06:10 +02:00
DOC: config: Use the right alias for %B
In custom log format part, %[req.bytes_in] was erroneously documented as the alias of %B. The good alias is %[res.bytes_in]. It is now fixed. This patch must be backported to 3.3.
This commit is contained in:
parent
50fb37e5fe
commit
97a63835af
@ -28746,7 +28746,7 @@ Please refer to the table below for currently defined aliases :
|
||||
| Others |
|
||||
+---+------+------------------------------------------------------+---------+
|
||||
| | %B | bytes_read (from server to client) | numeric |
|
||||
| | | %[req.bytes_in] | |
|
||||
| | | %[res.bytes_in] | |
|
||||
+---+------+------------------------------------------------------+---------+
|
||||
| H | %CC | captured_request_cookie | string |
|
||||
+---+------+------------------------------------------------------+---------+
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user