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
5f7a182a3e
commit
df9519feab
@ -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…
x
Reference in New Issue
Block a user