]> Sergey Matveev's repositories - btrtrc.git/commit
Make io.EOF an expected error from storage.Piece.ReadAt
authorMatt Joiner <anacrolix@gmail.com>
Thu, 27 Feb 2020 05:45:57 +0000 (16:45 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 27 Feb 2020 05:45:57 +0000 (16:45 +1100)
commit19ce53e69f4b46f9b94dd557ba58aac3fcc44c93
tree705abbd8798c116bd9afbb41d890d0c327a829a8
parentea71bf770c0c3c5a3adc537b299227609a2c74bf
Make io.EOF an expected error from storage.Piece.ReadAt

Fixes #381.
storage/bolt_piece.go
storage/file.go
storage/file_test.go
storage/wrappers.go
test/transfer_test.go
torrent.go