]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 5192: esi_parser default is incorrect (#968)
authorAmos Jeffries <yadij@users.noreply.github.com>
Sat, 29 Jan 2022 05:02:38 +0000 (05:02 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 29 Jan 2022 17:30:21 +0000 (17:30 +0000)
commitcd7a59970089b5c33b094cc2491bfe62cbcfffc7
tree2ce0fdfe7c947da7da30fd43b93263feea6cd582
parent6d60a7aca85da3245167ddf0a15c6611249bbec6
Bug 5192: esi_parser default is incorrect (#968)

Since commit f5f7786 reversed the internal list order of ESI parser
registry, the esi_parser documentation and code comment in esi/Module.cc
have been incorrect.

Return ESI parsers to the documented default behaviour and make that
default explicit in the code selecting which Parser to initialize.

Also fixed an inverted test that resulted in the esi_parser configured
library _not_ to be the one used.
src/esi/Module.cc
src/esi/Parser.cc