• Felix Lange's avatar
    p2p/discover: fix pending replies iteration · 7ea131d4
    Felix Lange authored
    Range expressions capture the length of the slice once before the first
    iteration. A range expression cannot be used here since the loop
    modifies the slice variable (including length changes).
    7ea131d4
Name
Last commit
Last update
..
discover Loading commit data...
nat Loading commit data...
crypto.go Loading commit data...
crypto_test.go Loading commit data...
message.go Loading commit data...
message_test.go Loading commit data...
peer.go Loading commit data...
peer_error.go Loading commit data...
peer_test.go Loading commit data...
protocol.go Loading commit data...
server.go Loading commit data...
server_test.go Loading commit data...
testlog_test.go Loading commit data...