torrent.go | 1 + diff --git a/torrent.go b/torrent.go index 0b858162fb01314e5d9cfd0761b873839f2ddb47..51921c12052f2e0f268e5df833fd2c657971f54b 100644 --- a/torrent.go +++ b/torrent.go @@ -2120,6 +2120,7 @@ peerSentHaveAll: true, // TODO: Raise this limit, and instead limit concurrent fetches. PeerMaxRequests: maxRequests, RemoteAddr: remoteAddrFromUrl(url), + callbacks: t.callbacks(), }, client: webseed.Client{ // TODO: Investigate a MaxConnsPerHost in the transport for this, possibly in a global