]> git.ipfire.org Git - thirdparty/curl.git/commit
unix-sockets: ignore proxy settings
authorStefan Eissing <stefan@eissing.org>
Fri, 15 May 2026 12:11:13 +0000 (14:11 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 16 May 2026 16:49:46 +0000 (18:49 +0200)
commitad549c4641a493ffcf84ba00af8e1aedbfd8735f
tree2c16f0e9a82347de2d2f453ef544fc80539271a9
parent535c575e31eadf1710fa44be94094db9f9d34655
unix-sockets: ignore proxy settings

Fix a recent regression: when a unix-socket is configured, all proxy
settings must be ignored. The `via_peer` had been checked correctly,
but the connections proxy bits were not cleared.

Add test_11_04 to verify.

Reported-by: Fabian Keil (libcurl mailing list)
Closes #21630
lib/url.c
lib/urldata.h
tests/http/test_11_unix.py