summaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-08-22 23:50:14 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-08-23 00:09:39 +0200
commit712d16cbe05ee5890c05d93773f08bbe134b3f1d (patch)
tree97bd1de4e4bc55dff37aa4509e9c818164aa8e2d /docs/KNOWN_BUGS
parent38039da764f9302f3188432895184eeae9ca8eaa (diff)
downloadcurl-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_BUGS8
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