From 31737508ee1e37e7106555e4b104f0aa5dcc5128 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sat, 21 Aug 2021 13:13:15 -0700 Subject: [PATCH] Pass on timeout --- web-lib-funcs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-lib-funcs.pl b/web-lib-funcs.pl index 42c1ba012..b24228790 100755 --- a/web-lib-funcs.pl +++ b/web-lib-funcs.pl @@ -2815,7 +2815,7 @@ if (!ref($h)) { } &write_http_connection($h, $content."\r\n"); &complete_http_download($h, $dest, $error, $cbfunc, $osdn, $host, $port, - $headers, $ssl, $nocache); + $headers, $ssl, $nocache, $timeout); } =head2 ftp_download(host, file, destfile, [&error], [&callback], [user, pass], [port], [no-cache])