aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-09 15:58:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-09 15:58:36 +0000
commit580896d6158e9b88257a08a7f7852ceb40d7b362 (patch)
tree576d9cb15af6cf188032fc3ffb6cdd09173f10f4
parent11693c0faa69701f8966ca6c7f328eb7a51cb7d5 (diff)
Added httpversion to the progress struct, we do read it, we can just as well
store it.
-rw-r--r--lib/urldata.h1
1 files changed, 1 insertions, 0 deletions
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 */