Skip to content
Snippets Groups Projects
Commit 20cab07c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

David Byron added 'authdone' to the SessionHandle.

parent f466d7a6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment