]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
David Byron added 'authdone' to the SessionHandle.
authorDaniel Stenberg <daniel@haxx.se>
Tue, 30 Mar 2004 06:38:52 +0000 (06:38 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 30 Mar 2004 06:38:52 +0000 (06:38 +0000)
lib/urldata.h

index fbb6c498fa898391108f0837f12b2cb1a67d79c3..a9a5d7f483fd06886f5502296c99bcf95be91e48 100644 (file)
@@ -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