]> Sergey Matveev's repositories - btrtrc.git/commit
Make Client.Close more responsive
authorMatt Joiner <anacrolix@gmail.com>
Fri, 1 Aug 2025 03:04:30 +0000 (13:04 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 1 Aug 2025 03:04:30 +0000 (13:04 +1000)
commit065c62e6a81e9ea2eb103062c7e6b6cadb145815
treedb5164db07614c888863b55ec0846f2af09038ec
parentc7bdc5c21ad6b1fc8ba9d3ace7826f90afd83b98
Make Client.Close more responsive

Stop updating webseed requests ASAP.
Set the Client closed event outside of the Client lock.
Make Client initialization more consistent for Close.
client.go
config.go
issue97_test.go
justfile
peerconn_test.go
piece.go
storage/file-piece.go
test_test.go
torrent.go
torrent_test.go
webseed-requesting.go