CLEANUP: config: also address the cfg_keyword API change in the compression code
authorWilly Tarreau <w@1wt.eu>
Tue, 9 Mar 2021 15:55:18 +0000 (16:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 9 Mar 2021 15:57:08 +0000 (16:57 +0100)
commit5a1c7280a94a352009f4dbf86581efcbfc6fc296
tree9c3f615ed44a622064c7fe6b2a36eed6fc248f21
parent4c75195f5b5f4cc13f6b952e4d00d280f360bc05
CLEANUP: config: also address the cfg_keyword API change in the compression code

The tests were made on slz and the zlib parsers for memlevel and windowsize
managed to escape the change made by commit 018251667 ("CLEANUP: config: make
the cfg_keyword parsers take a const for the defproxy"). This is now fixed.
src/compression.c