]> git.ipfire.org Git - thirdparty/curl.git/commit
CURLINFO_USED_PROXY: return bool whether the proxy was used
authorDaniel Stenberg <daniel@haxx.se>
Thu, 22 Feb 2024 07:38:53 +0000 (08:38 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 Feb 2024 07:38:53 +0000 (08:38 +0100)
commitcc04c7367740bb6db0e47368247b8b0c70c376cb
tree4387628586b6c6ba3131828be28360374df3b6ca
parentd5b0fee39a7898dac42cb4fc64e35f5bc085e766
CURLINFO_USED_PROXY: return bool whether the proxy was used

Adds test536 to verify

Closes #12719
12 files changed:
docs/libcurl/curl_easy_getinfo.md
docs/libcurl/opts/CURLINFO_USED_PROXY.md [new file with mode: 0644]
docs/libcurl/opts/Makefile.inc
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/connect.c
lib/getinfo.c
lib/urldata.h
tests/data/Makefile.inc
tests/data/test536 [new file with mode: 0644]
tests/libtest/Makefile.inc
tests/libtest/lib536.c [new file with mode: 0644]