From 867996b8764c99dc7ab13dd95e3b2504ce1c9b20 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 15 Jan 2024 17:03:05 +1100 Subject: [PATCH] Retract versions affected by indefinite outgoing requests bug --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 30553254..68120007 100644 --- a/go.mod +++ b/go.mod @@ -122,4 +122,6 @@ retract ( v1.39.0 // peer-requesting doesn't scale [v1.34.0, v1.38.1] + // Indefinite outgoing requests on storage write errors. https://github.com/anacrolix/torrent/issues/889 + [v1.29.0, v1.53.2] ) -- 2.48.1