Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-28 | multi-socks: fix connect to proxy | Daniel Stenberg | |
When connecting to a socks or similar proxy we do the proxy handshake at once when we know the TCP connect is completed and we only consider the "connection" complete after the proxy handshake. This fixes test 564 which is now no longer considered disabled. Reported by: Dmitri Shubin Bug: http://curl.haxx.se/mail/lib-2011-04/0127.html | |||
2009-05-11 | Added test 564 as DISABLED. It is for testing FTP over a SOCK4 proxy using | Daniel Stenberg | |
the multi interface, which currently doesn't work because of how the data connection is not waiting for connect before it tries to do proxy magic. |