From: Matt Joiner Date: Fri, 2 Feb 2018 02:34:35 +0000 (+1100) Subject: Missed sendChunk invocation change X-Git-Tag: v1.0.0~232 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=7b037cd0244509874bb942c3d3e06f61bd078465;p=btrtrc.git Missed sendChunk invocation change --- diff --git a/connection.go b/connection.go index 426e202f..3165e46f 100644 --- a/connection.go +++ b/connection.go @@ -1173,7 +1173,7 @@ another: // Hard to say what to return here. return true } - more, err := cl.sendChunk(t, c, r, msg) + more, err := c.sendChunk(r, msg) if err != nil { i := int(r.Index) if t.pieceComplete(i) {