From d9abebc7ee2a4cfde42c790ae97a2d8c6911f3a9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 5 Nov 2018 09:24:53 +0100 Subject: Revert "url: a short host name + port is not a scheme" This reverts commit 226cfa8264cd979eff3fd52c0f3585ef095e7cf2. This commit caused test failures on appveyor/windows. Work on fixing them is in #3235. --- tests/libtest/lib1560.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/libtest/lib1560.c b/tests/libtest/lib1560.c index 6557e0567..57469a906 100644 --- a/tests/libtest/lib1560.c +++ b/tests/libtest/lib1560.c @@ -128,9 +128,6 @@ struct querycase { }; static struct testcase get_parts_list[] ={ - {"boing:80", - "https | [11] | [12] | [13] | boing | 80 | / | [16] | [17]", - CURLU_DEFAULT_SCHEME, 0, CURLUE_OK}, {"http://[fd00:a41::50]:8080", "http | [11] | [12] | [13] | [fd00:a41::50] | 8080 | / | [16] | [17]", CURLU_DEFAULT_SCHEME, 0, CURLUE_OK}, -- cgit v1.2.3