summaryrefslogtreecommitdiff
path: root/tests/data/test564
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-4/+4
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* tests: use proxy featureMarcel Raad2019-10-151-0/+3
| | | | | | This makes the tests succeed when using --disable-proxy. Closes https://github.com/curl/curl/pull/4488
* test564: Add a warning comment about shell profile output.Patrick Monnerat2017-09-021-0/+2
| | | | | Shell profile output makes the SSH server failing and this problem reason is not easy to find when no hint is given.
* multi-socks: fix connect to proxyDaniel Stenberg2011-04-281-5/+2
| | | | | | | | | | 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
* Added test 564 as DISABLED. It is for testing FTP over a SOCK4 proxy usingDaniel Stenberg2009-05-111-0/+66
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.