NTLM: reset proxy "multipass" state when CONNECT request is done

Closes #3972
This commit is contained in:
Sergey Ogryzkov 2019-05-31 18:40:03 +03:00 committed by Daniel Stenberg
parent b6b8f3a384
commit f9b60fb6f8
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 0 deletions

View File

@ -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);