]> Sergey Matveev's repositories - btrtrc.git/commit
Fix errors in webseed causing very long stalls in requesting
authorMatt Joiner <anacrolix@gmail.com>
Tue, 27 Aug 2024 01:32:38 +0000 (11:32 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 27 Aug 2024 01:32:38 +0000 (11:32 +1000)
commitb3aea1a6212a5e1b1441ab04327dbbeabf89596b
treefb8ad8f2679ff42aab72b2d2e252475ef36772c8
parent3b0b61fa963a67b1b02b0e036f2f7b22d649eecf
Fix errors in webseed causing very long stalls in requesting

Reuse the "too fast" error handling for all errors when requesting from webseeds. This prevents long stalls due to common errors.
go.mod
ordered-bitmap.go
request-strategy/peer.go
tests/webseed-partial-seed/go.mod
webseed-peer.go
webseed/client.go