]> Sergey Matveev's repositories - btrtrc.git/blobdiff - peer-impl.go
Update peer cancel assumptions and return
[btrtrc.git] / peer-impl.go
index f7140377388125fb073a3ae3a55359855b7ae8a6..d400d9a4c9790b9b35d72234bf19bf0e5c7adfd2 100644 (file)
@@ -17,9 +17,8 @@ type peerImpl interface {
 
        // Neither of these return buffer room anymore, because they're currently both posted. There's
        // also PeerConn.writeBufferFull for when/where it matters.
-       _cancel(RequestIndex) bool
+       _cancel(RequestIndex)
        _request(Request) bool
-
        connectionFlags() string
        onClose()
        onGotInfo(*metainfo.Info)