mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:43:31 +03:00
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
This commit is contained in:
parent
12d6794b10
commit
b34ea05d9d
4 changed files with 128 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue