]> granicus.if.org Git - curl/commitdiff
Added httpversion to the progress struct, we do read it, we can just as well
authorDaniel Stenberg <daniel@haxx.se>
Fri, 9 Mar 2001 15:58:36 +0000 (15:58 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Mar 2001 15:58:36 +0000 (15:58 +0000)
store it.

lib/urldata.h

index 2d02e3d61493215aa86f2b2094df6ea002e23275..cc03214dae34af3bca0e72ffd3a031e464929990 100644 (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 */