mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:27:16 +03:00
make no proxy set return OK from Curl_connected_proxy() since it will be called
unconditionally
This commit is contained in:
parent
a1f13dd31b
commit
611b3584d6
1 changed files with 1 additions and 3 deletions
|
|
@ -2853,9 +2853,7 @@ CURLcode Curl_connected_proxy(struct connectdata *conn)
|
|||
/* do nothing here. handled later. */
|
||||
break;
|
||||
default:
|
||||
failf(data, "unknown proxytype option given");
|
||||
result = CURLE_COULDNT_CONNECT;
|
||||
break;
|
||||
break;
|
||||
} /* switch proxytype */
|
||||
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue