commit | 5a1c7280a94a352009f4dbf86581efcbfc6fc296 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Mar 09 16:55:18 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Mar 09 16:57:08 2021 +0100 |
tree | 9c3f615ed44a622064c7fe6b2a36eed6fc248f21 | |
parent | 4c75195f5b5f4cc13f6b952e4d00d280f360bc05 [diff] |
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.