David Byron added 'authdone' to the SessionHandle.

This commit is contained in:
Daniel Stenberg 2004-03-30 06:38:52 +00:00
Родитель f466d7a6f1
Коммит 20cab07c29
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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