]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: dns: Refactor dns appctx creation
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 12 May 2022 13:24:46 +0000 (15:24 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 May 2022 14:13:21 +0000 (16:13 +0200)
commit9223851a80f119730248a054d8af46305292dba5
treebcd4dc94333c16a5f2c85fa5e942c792ff7d87b5
parentd0c4ec04b874f116fd82f445e7158c69ac1d6289
MEDIUM: dns: Refactor dns appctx creation

A .init callback function is defined for the dns_session_applet applet. This
function finishes the appctx startup by calling appctx_finalize_startup()
and its handles the stream customization.
src/dns.c