From 4a42e5cdaa344755c6bf5317908849619f61798b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 28 Apr 2011 09:39:33 +0200 Subject: multi-socks: fix connect to proxy 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 --- tests/data/DISABLED | 1 - tests/data/test564 | 7 ++----- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'tests') diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 9ac123b18..82123e6ae 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -2,5 +2,4 @@ # test cases are run by runtests.pl. Just add the plain test case numbers, one # per line. # Lines starting with '#' letters are treated as comments. -564 811 diff --git a/tests/data/test564 b/tests/data/test564 index 6d0609d9d..72bf12919 100644 --- a/tests/data/test564 +++ b/tests/data/test564 @@ -47,11 +47,8 @@ PWD CWD path EPSV TYPE I -SIZE 546 -RETR 546 -EPSV -SIZE 546 -RETR 546 +SIZE 564 +RETR 564 QUIT -- cgit v1.2.3