]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-htx: Emit a warning if an error file runs over the buffer's reserve
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Jan 2020 13:47:04 +0000 (14:47 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Feb 2020 08:36:36 +0000 (09:36 +0100)
commit0a589fde7c67cfaf730e7d8b157b116364690cc0
tree33b332400d11f1eebf4efd4c4d514c0eea7391f7
parent333bf8c33f5d018a5bfeed5be2bdaab455f0234f
MINOR: http-htx: Emit a warning if an error file runs over the buffer's reserve

If an error file is too big and, once converted in HTX, runs over the buffer
space reserved to headers rewritting, a warning is emitted. Because a new set of
rules will be added to allow headers rewritting on all responses, including
HAProxy ones, it is important to always keep this space free for error files.
src/http_htx.c