]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: add a mention about the limited chunk size
authorWilly Tarreau <w@1wt.eu>
Sat, 31 Aug 2013 06:16:26 +0000 (08:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 31 Aug 2013 06:16:26 +0000 (08:16 +0200)
We now indicate that PD flags can be returned for chunk sizes >= 2GB.

doc/configuration.txt

index 87de59517e15bfff029a0a2f250d9a6b1323cbe1..4bb257293b5f17c5a282c28ecbdcf1cb1315a8ac 100644 (file)
@@ -11448,7 +11448,8 @@ easier finding and understanding.
      PD   The proxy blocked an incorrectly formatted chunked encoded message in
           a request or a response, after the server has emitted its headers. In
           most cases, this will indicate an invalid message from the server to
-          the client.
+          the client. Haproxy supports chunk sizes of up to 2GB - 1 (2147483647
+          bytes). Any larger size will be considered as an error.
 
      PH   The proxy blocked the server's response, because it was invalid,
           incomplete, dangerous (cache control), or matched a security filter.