]> Sergey Matveev's repositories - btrtrc.git/commit
Fix panic in webseeds updating requests when Torrent is closed
authorMatt Joiner <anacrolix@gmail.com>
Mon, 20 Dec 2021 03:32:37 +0000 (14:32 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 23 Dec 2021 03:00:01 +0000 (14:00 +1100)
commit9739afce93dce0385ac6b35fa43ed95f03e8cc80
tree43f4a5b2f16e12e64176bc101c6f906985207cd1
parent7772d50f742dbf9cb9ffe2f610e18f3898da0453
Fix panic in webseeds updating requests when Torrent is closed

I think this was caused by PieceRequestOrder being removed if all pieces in a storage capacity key are deleted.
requesting.go