aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-30 06:38:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-30 06:38:52 +0000
commit20cab07c291dc73cc28ea3a1b478c13393b71080 (patch)
treea7915b69b70254471f3d35dcf70a14f11ee91e45 /lib/urldata.h
parentf466d7a6f115c278e6837985493fd4f3862a76c8 (diff)
David Byron added 'authdone' to the SessionHandle.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index fbb6c498f..a9a5d7f48 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -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