parse_event now distinguishes between invalid and incomplete input
- Apr 17, 2019
-
-
Liz authored
When parsing an event, if input is expected and not available, parse_event will return an Error with ErrorKind WouldBlock. All other error conditions are unaffected.
-