]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: fix typo in the body parser documentation for msg.sov
authorWilly Tarreau <w@1wt.eu>
Thu, 14 Aug 2014 17:02:46 +0000 (19:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 21 Nov 2014 20:11:30 +0000 (21:11 +0100)
"positive" ... "null or positive". The second one is "null or negative".

doc/internals/body-parsing.txt

index 5baa5492cc803807dc767bfd48da4c3612e70386..f585c1e78e17fd189678efb11a5cd04af67c3cc8 100644 (file)
@@ -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
            states, start of the body in the data states. Strictly positive
            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
            body). The value stops changing when data start to leave the buffer
            (in order to avoid integer overflows). So the maximum possible range