make no proxy set return OK from Curl_connected_proxy() since it will be called
unconditionally
This commit is contained in:
@@ -2853,8 +2853,6 @@ CURLcode Curl_connected_proxy(struct connectdata *conn)
|
|||||||
/* do nothing here. handled later. */
|
/* do nothing here. handled later. */
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
failf(data, "unknown proxytype option given");
|
|
||||||
result = CURLE_COULDNT_CONNECT;
|
|
||||||
break;
|
break;
|
||||||
} /* switch proxytype */
|
} /* switch proxytype */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user