mirror of
https://github.com/curl/curl.git
synced 2026-07-28 15:13:06 +03: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue