While we're at it, add a length field too in case we want to fully implement
partial fetches later.
This commit is contained in:
parent
3d2a847151
commit
068cd2851f
@ -41,6 +41,7 @@
|
||||
|
||||
struct url {
|
||||
off_t offset;
|
||||
size_t length;
|
||||
char scheme[URL_SCHEMELEN+1];
|
||||
char user[URL_USERLEN+1];
|
||||
char pwd[URL_PWDLEN+1];
|
||||
|
Loading…
Reference in New Issue
Block a user