commit f25a2a723c694f20dccef5526287a0601709e31c
parent 639de755f67636a6e7931cc0f3790e8ac7f1de42
Author: Luxferre <lux@ferre>
Date: Fri, 25 Oct 2024 18:59:09 +0300
attempt to tweak some http params
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tiifetch.tcl b/tiifetch.tcl
@@ -153,7 +153,7 @@ proc getfile {url} {
} else {return {}}
}
https - http {
- set hs [::http::geturl $url -binary 1 -keepalive 1 -timeout 5000]
+ set hs [::http::geturl $url -binary 1 -keepalive 0 -timeout 4000]
if {[::http::ncode $hs] eq "200"} {
return [::http::data $hs]
} else {return {}}