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:
parent
11693c0faa
commit
580896d615
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user