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
Currently, both ScanForLinks and Unmarshal will end up returning EOF instead of ErrUnexpectedEOF in some cases where they've read some data but not all the data. We likely need top-level "if EOF, replace with ErrUnexpectedEOF" guards.
The text was updated successfully, but these errors were encountered:
This was partially addressed in #61 and #60.
Currently, both
ScanForLinks
andUnmarshal
will end up returningEOF
instead ofErrUnexpectedEOF
in some cases where they've read some data but not all the data. We likely need top-level "if EOF, replace with ErrUnexpectedEOF" guards.The text was updated successfully, but these errors were encountered: