good morning!!!!

Skip to content
Snippets Groups Projects
Forked from github / maticnetwork / bor
1101 commits behind the upstream repository.
user avatar
Or Neeman authored
io.Reader may return n > 0 and io.EOF at the end of the input stream.
readFull did not handle this correctly, looking only at the error. This fixes
it to check for n == len(buf) as well.
9ec32a9e
Name Last commit Last update
..