From: Daniel Stenberg Date: Tue, 30 Mar 2004 06:38:52 +0000 (+0000) Subject: David Byron added 'authdone' to the SessionHandle. X-Git-Tag: curl-7_11_2~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20cab07c291dc73cc28ea3a1b478c13393b71080;p=thirdparty%2Fcurl.git David Byron added 'authdone' to the SessionHandle. --- diff --git a/lib/urldata.h b/lib/urldata.h index fbb6c498fa..a9a5d7f483 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