]> git.kaiwu.me - haproxy.git/commit
MINOR: cache/htx: Don't use the same cache on HTX and legacy HTTP proxies
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 3 Dec 2018 13:30:41 +0000 (14:30 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Dec 2018 16:09:31 +0000 (17:09 +0100)
commit1f672c536d998d31443855489837b9cc9891dcc3
treec10cec2b4f0f59bcb90c4b34226c45327a37d247
parentc9df7f728f72e13d58e261e9561f6549be5ef540
MINOR: cache/htx: Don't use the same cache on HTX and legacy HTTP proxies

It is not possible to mix the format of messages stored in a cache. So we reject
the configurations with a cache used by an HTX proxy and a legacy HTTP proxy in
same time.
src/cache.c