mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-24 13:42:16 +00:00
DOC: fix typo in the body parser documentation for msg.sov
"positive" ... "null or positive". The second one is "null or negative".
This commit is contained in:
parent
5be2f35231
commit
cbf8cf68f5
@ -69,7 +69,7 @@ msg.next : points to the next byte to inspect. This offset is automatically
|
|||||||
msg.sov : start of value. First character of the header's value in the header
|
msg.sov : start of value. First character of the header's value in the header
|
||||||
states, start of the body in the data states. Strictly positive
|
states, start of the body in the data states. Strictly positive
|
||||||
values indicate that headers were not forwarded yet (<buf.p> is
|
values indicate that headers were not forwarded yet (<buf.p> is
|
||||||
before the start of the body), and null or positive values are seen
|
before the start of the body), and null or negative values are seen
|
||||||
after headers are forwarded (<buf.p> is at or past the start of the
|
after headers are forwarded (<buf.p> is at or past the start of the
|
||||||
body). The value stops changing when data start to leave the buffer
|
body). The value stops changing when data start to leave the buffer
|
||||||
(in order to avoid integer overflows). So the maximum possible range
|
(in order to avoid integer overflows). So the maximum possible range
|
||||||
|
Loading…
Reference in New Issue
Block a user