summaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-03-28 23:01:42 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-03-28 23:02:03 +0100
commitbbe476d58cf0b5a4eecf161783cbebd2e52fb96a (patch)
tree90044c0615420f7a94b5a47e04e0e88137f5e671 /docs/KNOWN_BUGS
parent37b6cc2fe1d5aa54c5375fb56dbee589d8060604 (diff)
downloadgnurl-bbe476d58cf0b5a4eecf161783cbebd2e52fb96a.tar.gz
gnurl-bbe476d58cf0b5a4eecf161783cbebd2e52fb96a.tar.bz2
gnurl-bbe476d58cf0b5a4eecf161783cbebd2e52fb96a.zip
KNOWN_BUGS: "stick to same family over SOCKS pro" is presumed fixed
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 26f21dc67..fe8d59d7d 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -78,7 +78,6 @@ problems may have been fixed or changed somewhat since this was written!
7.7 FTP and empty path parts in the URL
7.8 Premature transfer end but healthy control channel
7.9 Passive transfer tries only one IP address
- 7.10 Stick to same family over SOCKS proxy
8. TELNET
8.1 TELNET and time limitations don't work
@@ -589,16 +588,6 @@ problems may have been fixed or changed somewhat since this was written!
See https://github.com/curl/curl/issues/1508
-7.10 Stick to same family over SOCKS proxy
-
- When asked to do FTP over a SOCKS proxy, it might connect to the proxy (and
- then subsequently to the remote server) using for example IPv4. When doing
- the second connection, curl should make sure that the second connection is
- using the same IP protocol version as the first connection did and not try
- others, since the remote server will only accept the same.
-
- See https://curl.haxx.se/mail/archive-2018-07/0000.html
-
8. TELNET
8.1 TELNET and time limitations don't work