]> Sergey Matveev's repositories - btrtrc.git/blobdiff - connection.go
Comments and trivial tweaks
[btrtrc.git] / connection.go
index c791fb15a504b78217d3957e5332cba2e30bdca1..9bc131240beab7a5656044346e4861a7fb3271b2 100644 (file)
@@ -1472,6 +1472,8 @@ func (c *connection) deleteRequest(r request) bool {
                panic(n)
        }
        c.updateRequests()
+       // TODO: Other connections that aren't interested, and can provide this
+       // chunk might be wakeable?
        return true
 }