You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect to see?
The last read should return EOF
What did you see instead?
The last read returns UnexpectedEOF
The issue was triggered by b179739 , which introduced unexpected EOF for truncated streams.
I'm not certain, if the io.Read() interface guarantees that calls after the first one that returned EOF should also return EOF, but returning "unexpected EOF" is definitely unexpected.