1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-01 01:41:50 -05:00

Added httpversion to the progress struct, we do read it, we can just as well

store it.
This commit is contained in:
Daniel Stenberg 2001-03-09 15:58:36 +00:00
parent 11693c0faa
commit 580896d615

View File

@ -344,6 +344,7 @@ struct Progress {
double t_connect;
double t_pretransfer;
int httpcode;
int httpversion;
time_t filetime; /* If requested, this is might get set. It may be 0 if
the time was unretrievable */