mirror of
https://github.com/curl/curl.git
synced 2026-07-23 01:27:16 +03:00
David Byron added 'authdone' to the SessionHandle.
This commit is contained in:
parent
f466d7a6f1
commit
20cab07c29
1 changed files with 2 additions and 0 deletions
|
|
@ -719,6 +719,8 @@ struct UrlState {
|
|||
depending on authstage) */
|
||||
long authavail; /* what the server reports */
|
||||
|
||||
bool authdone; /* TRUE when the auth phase is done and ready
|
||||
to do the *actual* request */
|
||||
#ifdef USE_ARES
|
||||
ares_channel areschannel; /* for name resolves */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue