Open
Description
I question whether to use buf[:bytesRead] before checking io.EOF since it is possible to get io.EOF and data at the same time, see io.Reader documentation.
Metadata
Assignees
Labels
No labels
I question whether to use buf[:bytesRead] before checking io.EOF since it is possible to get io.EOF and data at the same time, see io.Reader documentation.
Activity