mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 08:38:49 -05:00
NTLM: reset proxy "multipass" state when CONNECT request is done
Closes #3972
This commit is contained in:
parent
b6b8f3a384
commit
f9b60fb6f8
@ -632,6 +632,7 @@ static CURLcode CONNECT(struct connectdata *conn,
|
||||
conn->allocptr.proxyuserpwd = NULL;
|
||||
|
||||
data->state.authproxy.done = TRUE;
|
||||
data->state.authproxy.multipass = FALSE;
|
||||
|
||||
infof(data, "Proxy replied %d to CONNECT request\n",
|
||||
data->info.httpproxycode);
|
||||
|
Loading…
Reference in New Issue
Block a user