mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-02 20:23:32 +08:00
improvement (webdav): stream all the way down - #23
This commit is contained in:
@ -18,7 +18,7 @@ class FileSystem{
|
||||
|
||||
return Observable.create((obs) => {
|
||||
this.obs = obs;
|
||||
let keep_pulling_from_http = true;
|
||||
let keep_pulling_from_http = false;
|
||||
this._ls_from_cache(path, true)
|
||||
.then(() => {
|
||||
const fetch_from_http = (_path) => {
|
||||
|
||||
Reference in New Issue
Block a user