Pass on timeout

This commit is contained in:
Jamie Cameron
2021-08-21 13:13:15 -07:00
parent 41bacc005a
commit 31737508ee

View File

@@ -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])