]> git.ipfire.org Git - thirdparty/squid.git/commit
Make ESIParser::Parsers a std::list (#138)
authorAmos Jeffries <yadij@users.noreply.github.com>
Tue, 30 Jan 2018 13:13:38 +0000 (02:13 +1300)
committerAmos Jeffries <yadij@users.noreply.github.com>
Fri, 2 Feb 2018 04:45:24 +0000 (17:45 +1300)
commitf5f77865257de1a173a9333addb2a2dbdb9b82ce
tree0c8d5d99488afbef9137c1872dd1c6bbef54fe28
parent7bf93630e4fe7f4f2bf5f6b9202d6b203f55335e
Make ESIParser::Parsers a std::list (#138)

... and Replace ESIParser::Parsers global with ESIParser::GetRegistry() lookup function

Resolves assertions on shutdown and an outstanding TODO.
src/esi/Parser.cc
src/esi/Parser.h