]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cache: Remove the `hash` part of the accept-encoding secondary key
authorTim Duesterhus <tim@bastelstu.be>
Mon, 18 Jan 2021 12:41:16 +0000 (13:41 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 18 Jan 2021 14:01:41 +0000 (15:01 +0100)
commit1d66e396bf6aeb20635b4527feb03c835673ce80
tree8c2d803440b568c53bf0e2e651565d05acf1231e
parentb399a992f34f248466f4740432b506455d89236e
MINOR: cache: Remove the `hash` part of the accept-encoding secondary key

As of commit 6ca89162dc881df8fecd7713ca1fe5dbaa66b315 this hash no longer is
required, because unknown encodings are not longer stored and known encodings
do not use the cache.
include/haproxy/http_ana-t.h
src/cache.c