From: Willy Tarreau Date: Thu, 14 Aug 2014 17:02:46 +0000 (+0200) Subject: DOC: fix typo in the body parser documentation for msg.sov X-Git-Tag: v1.6-dev1~265 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cbf8cf68f5a20340a1055bdcc2d9502f9e0dd35b;p=thirdparty%2Fhaproxy.git DOC: fix typo in the body parser documentation for msg.sov "positive" ... "null or positive". The second one is "null or negative". --- diff --git a/doc/internals/body-parsing.txt b/doc/internals/body-parsing.txt index 5baa5492cc..f585c1e78e 100644 --- a/doc/internals/body-parsing.txt +++ b/doc/internals/body-parsing.txt @@ -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 ( 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 ( 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