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)
committerWilly Tarreau <w@1wt.eu>
Tue, 24 Nov 2020 09:33:46 +0000 (10:33 +0100)
commit6dee9969b9b1ff131b49f09000234a21f194b014
tree2b9de2cbafc532a73558456d57d065be104a2945
parent5bfe66366c645becf5eb043675d604307e6cba23
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
src/http_act.c