1
0
forked from tribes/guix
Files
self 4574af27f2 substitute: Time out unresponsive substitute servers.
Only connection establishment was bounded by a timeout, so a substitute server
that accepted a connection but then stalled would block 'substitute --query'
and nar downloads indefinitely.  Set a read timeout on substitute connections
so a stalled server is eventually abandoned and the next URL is tried.

* guix/scripts/substitute.scm (%fetch-read-timeout): New variable.
(open-connection-for-uri/cached): Add #:read-timeout defaulting to
%fetch-read-timeout; pass it to 'guix:open-connection-for-uri' and on the
recursive call.
2026-06-10 18:40:24 +02:00
..
2025-01-25 01:05:22 +08:00
2026-03-24 14:21:49 +01:00
2025-04-14 17:31:49 +02:00
2025-12-03 14:38:09 +09:00
2026-01-14 09:16:46 +01:00
2025-11-27 14:22:24 +01:00
2017-11-08 22:31:58 +01:00
2026-02-24 09:17:45 +09:00