client.go | 1 + diff --git a/client.go b/client.go index 912bc5912ef4a25746dd5721bacad627387628bf..27b3593a229fd04601373356fef35e07dec6ea60 100644 --- a/client.go +++ b/client.go @@ -250,6 +250,7 @@ fmt.Fprintln(w) } } +// TODO: Make this non-blocking Read on Torrent. func dataReadAt(d Data, b []byte, off int64) (n int, err error) { // defer func() { // if err == io.ErrUnexpectedEOF && n != 0 {