]> Sergey Matveev's repositories - btrtrc.git/commit
Panic on chunk write errors
authorMatt Joiner <anacrolix@gmail.com>
Sun, 10 Mar 2019 23:45:43 +0000 (10:45 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 10 Mar 2019 23:46:06 +0000 (10:46 +1100)
commit20de43a42cd3af55b434a68621e6a6304a83e55f
tree51d2851e0ab7721b2c266cd4222c130f14449b7d
parent5829c301465469c7991a175c3815390af21b2535
Panic on chunk write errors

The torrent client will download indefinitely when this occurs, a strategy to handle or raise the error more appropriately is required.
connection.go