projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9930c08
)
DOC: config: add missing colon to "bytes_out" sample fetch keyword
author
Willy Tarreau
<w@1wt.eu>
Thu, 30 Nov 2023 15:03:19 +0000
(16:03 +0100)
committer
Willy Tarreau
<w@1wt.eu>
Thu, 30 Nov 2023 15:28:56 +0000
(16:28 +0100)
The colon was missing between the keyword and the type, breaking
rendering and indexing.
doc/configuration.txt
patch
|
blob
|
history
diff --git
a/doc/configuration.txt
b/doc/configuration.txt
index
cc85b56
..
9db6f8c
100644
(file)
--- a/
doc/configuration.txt
+++ b/
doc/configuration.txt
@@
-21655,7
+21655,7
@@
baseq : string
bytes_in : integer
This returns the number of bytes uploaded from the client to the server.
-bytes_out integer
+bytes_out : integer
This is the number of bytes transmitted from the server to the client.
capture.req.hdr(<idx>) : string