BUG/MEDIUM: http_act: Restore init of log-format list
authorMaciej Zdeb <maciej@zdeb.pl>
Mon, 23 Nov 2020 16:03:09 +0000 (16:03 +0000)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 27 Nov 2020 13:59:17 +0000 (14:59 +0100)
commite3db753f303eaf32abb9072936a1798ed79f49f4
treef3370f9fea75ad42335855b00eaae422bf9bed96
parentc21f22788352bb96f4fb5fe9b43b7cadcd413ce1
BUG/MEDIUM: http_act: Restore init of log-format list

Restore init of log-format list in parse_http_del_header which was
accidently deleted by commit ebdd4c55da4360bde7878604ea528c2031a26541
(implementation of different header matching methods for
http-request/response del-header).

This is related to GitHub issue #909

(cherry picked from commit 6dee9969b9b1ff131b49f09000234a21f194b014)
Signed-off-by: William Lallemand <wlallemand@haproxy.org>
src/http_act.c