]> Sergey Matveev's repositories - btrtrc.git/commit
Fix incomplete Integer.Read
authorMatt Joiner <anacrolix@gmail.com>
Tue, 19 Oct 2021 02:13:23 +0000 (13:13 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 19 Oct 2021 03:07:23 +0000 (14:07 +1100)
commitc18e0abe526d6926d18edb0250fbb32a2a0269f7
tree367661b57f90322e0c718c26d101ddf673a1c002
parentd19079e69899016c08c993d07431be9e2cd51f0a
Fix incomplete Integer.Read

Possibly on read buffer boundaries, this would have caused errant io.ErrUnexpectedEOF.

(cherry picked from commit 22569449dad48e1c5cdeac171625585f8ca976c9)
peer_protocol/int.go