Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 1ee2dba

Browse files
committed
Remote download was broken. Fix #1281
1 parent d6dd8ca commit 1ee2dba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/plugins/uploader.http/HttpDownload.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,6 @@ public function externalDownload($url, $node, $updateFn) {
225225

226226
// Copy-ing the body to the destination file
227227
while (!$body->eof()) {
228-
$body->read(4096);
229-
230228
$part = $body->read(4096);
231229
$readBytes = strlen($part);
232230

0 commit comments

Comments
 (0)