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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: