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
Now jsoniter treat io.EOF as normal error, this is not compatible with stdlib, should return io.EOF instead of wrapping it.
[E]2017-12-21 11:40:56.809: server > decode failed: readObjectStart: expect { or n, but found , error found in #10 byte of ...|:["auxo"]}
|..., bigger context ...|service":"Test","method":"Hello"},"args":["auxo"]}
The text was updated successfully, but these errors were encountered:
json_test.go:17: Not equal: &errors.errorString{s:"EOF"} (expected) != &errors.errorString{s:"ReadString: expects \" or n, but found \x00, error found in #0 byte of ...||..., bigger context ...||..."} (actual)
Now jsoniter treat io.EOF as normal error, this is not compatible with stdlib, should return io.EOF instead of wrapping it.
The text was updated successfully, but these errors were encountered: