1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 19:31:29 +00:00

Merge branch 'master' of impa/tt-rss into master

This commit is contained in:
fox
2018-05-23 05:19:59 +00:00
committed by Gogs

View File

@@ -409,7 +409,7 @@
if ($max_size) {
curl_setopt($ch, CURLOPT_NOPROGRESS, false);
curl_setopt($ch, CURLOPT_BUFFERSIZE, 128); // needed to get 5 arguments in progress function?
curl_setopt($ch, CURLOPT_BUFFERSIZE, 256); // needed to get 5 arguments in progress function?
// holy shit closures in php
// download & upload are *expected* sizes respectively, could be zero