Loading lib/http.c +2 −2 Original line number Diff line number Diff line Loading @@ -207,8 +207,8 @@ static bool pickoneauth(struct auth *pick) CURLcode Curl_http_auth_act(struct connectdata *conn) { struct SessionHandle *data = conn->data; bool pickhost; bool pickproxy; bool pickhost = FALSE; bool pickproxy = FALSE; CURLcode code = CURLE_OK; if(data->state.authproblem) Loading Loading
lib/http.c +2 −2 Original line number Diff line number Diff line Loading @@ -207,8 +207,8 @@ static bool pickoneauth(struct auth *pick) CURLcode Curl_http_auth_act(struct connectdata *conn) { struct SessionHandle *data = conn->data; bool pickhost; bool pickproxy; bool pickhost = FALSE; bool pickproxy = FALSE; CURLcode code = CURLE_OK; if(data->state.authproblem) Loading