]> git.p6c8.net - jirafeau_project.git/commit
[BUGFIX] retry transfering with lower size for any HTTP error code
authorJerome Jutteau <jerome@jutteau.fr>
Tue, 5 Jul 2022 06:23:01 +0000 (08:23 +0200)
committerJerome Jutteau <jerome@jutteau.fr>
Tue, 5 Jul 2022 06:25:32 +0000 (08:25 +0200)
commitb8d29136e66d51b7ed00d8f34deace7a58c82aaf
treeaa090604e03d869d80783e889d8cc7c0d9383f22
parent0b8bc44d7afc8c7249c697a7584fc9d1646e7c4d
[BUGFIX] retry transfering with lower size for any HTTP error code

When a timeout is too low compared to sent size, server will return a 500 error.
Jirafeau retry to send again but do not try to reduce chunk size.

This patch will make Jiarfeau split in half it's sent size each an error occurs.

ref #273

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
lib/functions.js.php

patrick-canterino.de