commit | 014e39c0b6ec5abb3fc4dabf4e80bb758b3548dd | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 10 13:52:30 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Mar 21 11:21:18 2017 +0100 |
tree | b943e65431588039dd88222258bb6bac2c0c47b9 | |
parent | 9490cedb4eee0d3c72d4cb6eb57520beabaabe83 [diff] |
BUG/MAJOR: http: fix typo in http_apply_redirect_rule Because of this typo, AN_RES_FLT_END was never called when a redirect rule is applied on a keep-alive connection. In almost all cases, this bug has no effect. But, it leads to a memory leak if a redirect is done on a http-response rule when the HTTP compression is enabled. This patch should be backported in 1.7.