Serve files
This commit is contained in:
parent
145e3c592e
commit
ca52201880
4 changed files with 125 additions and 41 deletions
|
|
@ -188,6 +188,7 @@ impl<'a> Iterator for RepoMetadataIter<'a> {
|
|||
return Some(Err(ReadRepoMetadataError::InvalidFormat));
|
||||
};
|
||||
|
||||
self.offset += 48 + file_path_len;
|
||||
Some(Ok(RepoMetadataEntry { file_path, hash }))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue