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_connect;
|
||||||
double t_pretransfer;
|
double t_pretransfer;
|
||||||
int httpcode;
|
int httpcode;
|
||||||
|
int httpversion;
|
||||||
time_t filetime; /* If requested, this is might get set. It may be 0 if
|
time_t filetime; /* If requested, this is might get set. It may be 0 if
|
||||||
the time was unretrievable */
|
the time was unretrievable */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user