mirror of
https://github.com/curl/curl.git
synced 2026-05-30 14:37:30 +03:00
NTLM: reset proxy "multipass" state when CONNECT request is done
Closes #3972
This commit is contained in:
parent
b6b8f3a384
commit
f9b60fb6f8
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue