Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix stream decoding with error #297

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

goccy
Copy link
Owner

@goccy goccy commented Oct 27, 2021

fix #296
If error occurred when decoding, decoder progress the cursor position to the end of value.

@codecov-commenter
Copy link

Codecov Report

Merging #297 (8f8d2d8) into master (a89c9e3) will increase coverage by 0.12%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #297      +/-   ##
==========================================
+ Coverage   79.75%   79.87%   +0.12%     
==========================================
  Files          47       47              
  Lines       17633    17636       +3     
==========================================
+ Hits        14063    14087      +24     
+ Misses       3008     2987      -21     
  Partials      562      562              

@goccy goccy added the bug fix label Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Different behaviour from encoding/json
2 participants