aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-05-11 11:38:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-05-11 11:38:13 +0000
commit11f2464a220d56109265e491d7768ac6aaae4d63 (patch)
tree09208c983a9ebbc1452f2ad5896b94918e156715 /lib/urldata.h
parent291075b12f7a357025565978968118bf4f18be5b (diff)
when asking for a resumed FTP transfer, even though the entire file has
already been transfered no longer returns error but instead is OK. The reasoning behind this is of course that no extra actions need to be taken and it is as if a transfer had been successfully performed.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index fcb1db39e..fa9eb793e 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -188,6 +188,9 @@ struct ConnectBits {
bool use_range;
bool rangestringalloc; /* the range string is malloc()'ed */
+
+ bool resume_done; /* nothing was transfered, resumed transfer already
+ complete */
};
/*