From b34ea05d9d856c421be3a0f70ab84c6ad28e3f37 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Wed, 30 Nov 2016 11:51:29 +0100 Subject: CURLOPT_CONNECT_TO: Skip non-matching "connect-to" entries properly If a port number in a "connect-to" entry does not match, skip this entry instead of connecting to port 0. If a port number in a "connect-to" entry matches, use this entry and look no further. Reported-by: Jay Satiro Assisted-by: Jay Satiro, Daniel Stenberg Closes #1148 --- tests/data/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/Makefile.inc') diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index a2c4fd25f..370c3dd45 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -175,4 +175,4 @@ test2016 test2017 test2018 test2019 test2020 test2021 test2022 test2023 \ test2024 test2025 test2026 test2027 test2028 test2029 test2030 test2031 \ test2032 test2033 test2034 test2035 test2036 test2037 test2038 test2039 \ test2040 test2041 test2042 test2043 test2044 test2045 test2046 test2047 \ -test2048 test2049 test2050 test2051 test2052 +test2048 test2049 test2050 test2051 test2052 test2053 test2054 -- cgit v1.2.3