Loading lib/url.c +1 −3 Original line number Diff line number Diff line Loading @@ -2853,8 +2853,6 @@ 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; } /* switch proxytype */ Loading Loading
lib/url.c +1 −3 Original line number Diff line number Diff line Loading @@ -2853,8 +2853,6 @@ 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; } /* switch proxytype */ Loading