From: Matt Joiner Date: Sun, 23 Aug 2015 02:49:35 +0000 (+1000) Subject: Code comment X-Git-Tag: v1.0.0~1058 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=698181e470c5abd9c4aedef170523e52c5461e27;p=btrtrc.git Code comment --- diff --git a/client.go b/client.go index 72d89e48..f3d281f8 100644 --- a/client.go +++ b/client.go @@ -2579,6 +2579,7 @@ func (me *Client) downloadedChunk(t *torrent, c *connection, msg *pp.Message) er } tr.Stop("write chunk") }() + // This could be made dependent on whether any actual data was written. if c.peerTouchedPieces == nil { c.peerTouchedPieces = make(map[int]struct{}) }