diff --git a/peerconn.go b/peerconn.go index 43b66770..ca8a6f88 100644 --- a/peerconn.go +++ b/peerconn.go @@ -1393,7 +1393,7 @@ func (c *peer) receiveChunk(msg *pp.Message) error { // Cancel pending requests for this chunk. for c := range t.conns { - c._postCancel(req) + c.postCancel(req) } err := func() error {