]> Sergey Matveev's repositories - btrtrc.git/commit
Fix request heap pop bug
authorMatt Joiner <anacrolix@gmail.com>
Mon, 11 Sep 2023 00:10:13 +0000 (10:10 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 1 Nov 2023 06:09:44 +0000 (17:09 +1100)
commitc14123fca5c585347c71e6808b11248af656b972
tree14a078f77f31eacbd293937d2405c9753c972368
parent479ea65615c75c90b3be395d1796443e3a93c11e
Fix request heap pop bug

Missed in the changed interface from 613470861e67fdb11c9661930f3490cba0aa19b2. Caused very poor performance. Thanks to @AskAlexSharov for raising the flag in https://github.com/anacrolix/torrent/issues/859#issuecomment-1706059960.

(cherry picked from commit 87f6cdc1e96fdd846bb9c55cfd5176a17373d4b6)
requesting.go