CLEANUP: compression: Make use of http_get_etag_type()
authorTim Duesterhus <tim@bastelstu.be>
Tue, 1 Sep 2020 16:32:35 +0000 (18:32 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 22 Oct 2020 14:59:36 +0000 (16:59 +0200)
commit6414cd1fc0bc6ff77b745f8db1232b1f623b6475
treed0fa0af454824425fd3494d8bf7bca2bf6a11db1
parent5bbdc81cf1cda6f658c3f6cce9e4c569964476c7
CLEANUP: compression: Make use of http_get_etag_type()

This commit makes the compressor use http_get_etag_type to validate the
ETag instead of using an ad-hoc condition.
src/flt_http_comp.c