From: Matt Joiner Date: Tue, 14 Jun 2022 00:07:09 +0000 (+1000) Subject: Add comments for #752 and #753 X-Git-Tag: v1.45.0~5 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=0158a830f5b6d1051d7b71a57d5c16687472dc92;p=btrtrc.git Add comments for #752 and #753 --- 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() } }