diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-08-22 23:50:14 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-08-23 00:09:39 +0200 |
commit | 712d16cbe05ee5890c05d93773f08bbe134b3f1d (patch) | |
tree | 97bd1de4e4bc55dff37aa4509e9c818164aa8e2d /docs/KNOWN_BUGS | |
parent | 38039da764f9302f3188432895184eeae9ca8eaa (diff) | |
download | curl-712d16cbe05ee5890c05d93773f08bbe134b3f1d.tar.gz |
KNOWN_BUGS: 'no_proxy' string-matches IPv6 numerical addreses
Also: the current behavior is now documented in the curl.1 and
CURLOPT_NOPROXY.3 man pages.
Reported-by: Andrew Barnes
Closes #5745
Closes #5841
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index e35172daf..bc77913b6 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -104,6 +104,7 @@ problems may have been fixed or changed somewhat since this was written! 11.9 DoH doesn't inherit all transfer options 11.10 Blocking socket operations in non-blocking API 11.11 A shared connection cache is not thread-safe + 11.12 'no_proxy' string-matches IPv6 numerical addreses 12. LDAP and OpenLDAP 12.1 OpenLDAP hangs after returning results @@ -762,6 +763,13 @@ problems may have been fixed or changed somewhat since this was written! See https://github.com/curl/curl/issues/4915 +11.12 'no_proxy' string-matches IPv6 numerical addreses + + This has the downside that "::1" for example doesn't match "::0:1" even + though they are in fact the same address. + + See https://github.com/curl/curl/issues/5745 + 12. LDAP and OpenLDAP 12.1 OpenLDAP hangs after returning results |