You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cache file_data on first get request in HttpFs.getSize
edit: downloading files only for the file size is a terrible waste of bandwidth.
better solution: show file as symlink -> no need for file size
download only when symlink is resolved in readlink syscall
some http servers dont support range requests, so range 0-1 has no effect
The text was updated successfully, but these errors were encountered:
milahu
changed the title
rename folder simple_httpfs to httpfs
handle missing content-length header, rename folder simple_httpfs to httpfs
Oct 14, 2021
make consistent with module name = httpfs
also, change imports to make it portable = run without install
handle missing content-length header
work in progress: https://github.com/milahu/fuse-httpfs/tree/wip-stash
edit: downloading files only for the file size is a terrible waste of bandwidth.
better solution: show file as symlink -> no need for file size
download only when symlink is resolved in
readlink
syscallsome http servers dont support range requests, so
range 0-1
has no effectThe text was updated successfully, but these errors were encountered: