From 0158a830f5b6d1051d7b71a57d5c16687472dc92 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Tue, 14 Jun 2022 10:07:09 +1000 Subject: [PATCH] Add comments for #752 and #753 --- peerconn.go | 1 + 1 file changed, 1 insertion(+) diff --git a/peerconn.go b/peerconn.go index 2eb15bda..c58745e2 100644 --- a/peerconn.go +++ b/peerconn.go @@ -1042,6 +1042,7 @@ func (c *PeerConn) peerRequestDataReader(r Request, prs *peerRequestState) { } torrent.Add("peer request data read successes", 1) prs.data = b + // This might be required for the error case too (#752 and #753). c.tickleWriter() } } -- 2.48.1