summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-07-06 09:31:52 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-07-06 09:31:52 +0200
commit6e61668b9c10f60718626feb4cc96a86c55d55cd (patch)
tree2b0a526de8f50f438f4849c7768126ced248278b
parent03d884b7d867140f283a21d552c816bce2e25b86 (diff)
downloadgnurl-6e61668b9c10f60718626feb4cc96a86c55d55cd.tar.gz
gnurl-6e61668b9c10f60718626feb4cc96a86c55d55cd.tar.bz2
gnurl-6e61668b9c10f60718626feb4cc96a86c55d55cd.zip
KNOWN_BUGS: Stick to same family over SOCKS proxy
-rw-r--r--docs/KNOWN_BUGS10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 079ece08e..c8d8722ed 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -67,6 +67,7 @@ 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 limtiations don't work
@@ -535,6 +536,15 @@ 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