commit | 0a589fde7c67cfaf730e7d8b157b116364690cc0 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jan 22 14:47:04 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 06 09:36:36 2020 +0100 |
tree | 33b332400d11f1eebf4efd4c4d514c0eea7391f7 | |
parent | 333bf8c33f5d018a5bfeed5be2bdaab455f0234f [diff] |
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.