-
According to the documentation, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
According to the source code of |
Beta Was this translation helpful? Give feedback.
-
I'm sure the error came from |
Beta Was this translation helpful? Give feedback.
According to the source code of
read_until
, it never createsUnexpectedEof
errors. Perhaps the error came from the underlying IO resource that you're callingread_until
on? Alternatively, are you sure that the error came fromread_until
? If you also have aread_exact
call somewhere, then that could be the cause.