mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 00:58:48 -05:00
parent
a3e972313b
commit
b950120b2d
@ -595,7 +595,6 @@ static size_t encoder_qp_read(char *buffer, size_t size, bool ateof,
|
||||
switch(qp_lookahead_eol(st, ateof, consumed)) {
|
||||
case -1: /* Need more data. */
|
||||
return cursize;
|
||||
break;
|
||||
case 0: /* Not followed by a CRLF. */
|
||||
softlinebreak = 1;
|
||||
break;
|
||||
|
@ -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;
|
||||
#if defined(HAVE_GSSAPI) || defined(USE_WINDOWS_SSPI)
|
||||
case CONNECT_GSSAPI_INIT:
|
||||
/* GSSAPI stuff done non-blocking */
|
||||
|
Loading…
Reference in New Issue
Block a user