]> git.ipfire.org Git - thirdparty/curl.git/commit
doh: inherit DEBUGFUNCTION/DATA
authorDaniel Stenberg <daniel@haxx.se>
Sat, 16 Sep 2023 09:17:45 +0000 (11:17 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 16 Sep 2023 16:27:38 +0000 (18:27 +0200)
commitf8cee8cc31223add4d7e018b28720a1cc836b732
treec7f6b70b1ec1c976dc8bf41c8eec3f95b834286f
parentc87920353883ef9d5aa952e724a8e2589d76add5
doh: inherit DEBUGFUNCTION/DATA

When creating new transfers for doing DoH, they now inherit the debug
settings from the initiating transfer, so that the application can
redirect and handle the verbose output correctly even for the DoH
transfers.

Reported-by: calvin2021y on github
Fixes #11864
Closes #11869
lib/doh.c