Commit 580896d6 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added httpversion to the progress struct, we do read it, we can just as well

store it.
parent 11693c0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */