mirror of
https://github.com/curl/curl.git
synced 2026-08-02 16:40:33 +03:00
parent
a3e972313b
commit
b950120b2d
2 changed files with 3 additions and 5 deletions
|
|
@ -633,11 +633,10 @@ CURLcode Curl_SOCKS5(const char *proxy_user,
|
|||
failf(data, "No authentication method was acceptable.");
|
||||
return CURLE_COULDNT_CONNECT;
|
||||
}
|
||||
failf(data,
|
||||
"Undocumented SOCKS5 mode attempted to be used by server.");
|
||||
return CURLE_COULDNT_CONNECT;
|
||||
}
|
||||
break;
|
||||
failf(data,
|
||||
"Undocumented SOCKS5 mode attempted to be used by server.");
|
||||
return CURLE_COULDNT_CONNECT;
|
||||
#if defined(HAVE_GSSAPI) || defined(USE_WINDOWS_SSPI)
|
||||
case CONNECT_GSSAPI_INIT:
|
||||
/* GSSAPI stuff done non-blocking */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue