From: Daniel Stenberg Date: Fri, 9 Mar 2001 15:58:36 +0000 (+0000) Subject: Added httpversion to the progress struct, we do read it, we can just as well X-Git-Tag: curl-7_7-beta2~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=580896d6158e9b88257a08a7f7852ceb40d7b362;p=curl Added httpversion to the progress struct, we do read it, we can just as well store it. --- diff --git a/lib/urldata.h b/lib/urldata.h index 2d02e3d61..cc03214da 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -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 */