Commit 611b3584 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

make no proxy set return OK from Curl_connected_proxy() since it will be called

unconditionally
parent a1f13dd3
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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 */