]> Sergey Matveev's repositories - btrtrc.git/commit
Readers obtained from File.NewReader should not readahead into other Files
authorMatt Joiner <anacrolix@gmail.com>
Sat, 6 Jan 2018 12:15:41 +0000 (23:15 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Sat, 6 Jan 2018 12:15:41 +0000 (23:15 +1100)
commit87a033e0747ba8f4d7f1437ae8f18dddbd4692b5
tree6811d724cb0aab93ab8cb3fe624442cba9519f91
parent4d1451f979056990b84d9c7234c63ad81e82539c
Readers obtained from File.NewReader should not readahead into other Files

Fixes #221. Additionally Torrent.length is a pointer and isn't set until the info is available to avoid it defaulting to zero.
file.go
file_reader.go [deleted file]
reader.go
t.go
torrent.go