ugorji / go

idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
MIT License
1.87k stars 295 forks source link

handle EOF gracefully when using io.Reader.Read() method #58

Closed ugorji closed 9 years ago

ugorji commented 9 years ago

This records the issue found by @mattrichards in PR #54 .

errors could occur although some bytes may have been successfully read.