mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
KNOWN_BUGS.md: absolute Unix domain filename for SOCKS on Windows
Closes #20236 Closes #19825
This commit is contained in:
parent
f1422960bf
commit
3e1179a695
@ -349,6 +349,18 @@ then immediately deletes the negotiated SSPI security context and frees the
|
||||
credentials before returning. The negotiated context is not stored on the
|
||||
connection and is therefore never used to protect later SOCKS5 traffic.
|
||||
|
||||
## cannot use absolute Unix domain filename for SOCKS on Windows
|
||||
|
||||
curl supports using a Unix domain socket path for speaking SOCKS to a proxy,
|
||||
by providing a filename in the URL used for `-x` (`CURLOPT_PROXY`), but that
|
||||
path cannot be a proper absolute Windows path with a drive letter etc.
|
||||
|
||||
A solution for this probably requires that we add and provide a
|
||||
`--unix-socket` (`CURLOPT_UNIX_SOCKET_PATH`) option alternative for proxy
|
||||
communication.
|
||||
|
||||
See [curl issue 19825](https://github.com/curl/curl/issues/19825)
|
||||
|
||||
# Internals
|
||||
|
||||
## GSSAPI library name + version is missing in `curl_version_info()`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user