parent
44deccf907
commit
48f6bfa8c7
@ -458,7 +458,7 @@ static CURLcode http_perhapsrewind(struct Curl_easy *data,
|
|||||||
#if defined(USE_NTLM)
|
#if defined(USE_NTLM)
|
||||||
if((data->state.authproxy.picked == CURLAUTH_NTLM) ||
|
if((data->state.authproxy.picked == CURLAUTH_NTLM) ||
|
||||||
(data->state.authhost.picked == CURLAUTH_NTLM)) {
|
(data->state.authhost.picked == CURLAUTH_NTLM)) {
|
||||||
ongoing_auth = "NTML";
|
ongoing_auth = "NTLM";
|
||||||
if((conn->http_ntlm_state != NTLMSTATE_NONE) ||
|
if((conn->http_ntlm_state != NTLMSTATE_NONE) ||
|
||||||
(conn->proxy_ntlm_state != NTLMSTATE_NONE)) {
|
(conn->proxy_ntlm_state != NTLMSTATE_NONE)) {
|
||||||
/* The NTLM-negotiation has started, keep on sending.
|
/* The NTLM-negotiation has started, keep on sending.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user