mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
Added a separate struct for the proxyntlm data, as it will/can be different
than the remote server's. That is, both the server and the proxy can in fact require NTLM auth.
This commit is contained in:
parent
cefc8ba938
commit
6f2a4d290f
@ -537,6 +537,7 @@ struct connectdata {
|
||||
struct ntlmdata ntlm; /* NTLM differs from other authentication schemes
|
||||
because it authenticates connections, not
|
||||
single requests! */
|
||||
struct ntlmdata proxyntlm; /* NTLM data for proxy */
|
||||
};
|
||||
|
||||
/* The end of connectdata. */
|
||||
|
Loading…
Reference in New Issue
Block a user