From ad9b1c6abab735956e44387f3f1b796e476c6d0e Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 12 Dec 2019 17:21:59 +1000 Subject: Count curl full download timeouts. --- apt-panopticon.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 33d1ef3..77cec08 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua @@ -802,6 +802,7 @@ if 0 < #arg then if l:find('timed out') ~= nil then E(" TIMEOUT " .. timeouts + 1 .. ', details in curl-' .. mt .. '-' .. pu.host .. '.log', 'http', '', pu.host) timeouts = timeouts + 1 + APT.results["timeout"] = true end end end -- cgit v1.1