]> Sergey Matveev's repositories - btrtrc.git/commit
Always return errors when handshakes or dialing fails
authorMatt Joiner <anacrolix@gmail.com>
Fri, 19 Jul 2019 06:15:46 +0000 (16:15 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 19 Jul 2019 06:15:46 +0000 (16:15 +1000)
commit338287486fd3bbeecd1104fba5e6ef563ac8f1a3
tree074220e0656779d18b83f1f3ed42ad786506165e
parent63d215568a5a7e56af893e131ac214b01d24cfde
Always return errors when handshakes or dialing fails

I intend to use xerrors-style error handling for special cases.
client.go
go.mod
go.sum
peer_protocol/handshake.go
torrent_test.go