]> git.ipfire.org Git - thirdparty/squid.git/commit
ESI: Fix build [-Wdeprecated-declarations] (#1295)
authorgkinkie@gmail.com <kinkie@squid-cache.org>
Sat, 4 Mar 2023 01:46:20 +0000 (01:46 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Mon, 27 Mar 2023 10:21:31 +0000 (23:21 +1300)
commitdf8da56b14065bf6337f861105a830a7e5a3cb0b
treead9e49dfe810ad73bc06a2f2598d8a77037de5d0
parent8837118c77da81f1d016bb4048134cbd1df677af
ESI: Fix build [-Wdeprecated-declarations] (#1295)

Replaced deprecated htmlDefaultSAXHandlerInit() libxml2 initialization
call with xmlInitParser().
src/esi/Libxml2Parser.cc