]> 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>
Mon, 11 Sep 2023 00:10:13 +0000 (10:10 +1000)
commit87f6cdc1e96fdd846bb9c55cfd5176a17373d4b6
treefc66ec5c4dde9fed336c29d534ed9ed3168122a1
parent72c1152b395aba402e928601e61fca5ac03792d5
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.
requesting.go