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

[encoding] Add a test with a decoding error in the middle of a stream… #25988

Merged

Commits on Oct 5, 2020

  1. [encoding] Add a test with a decoding error in the middle of a stream…

    … chunk.
    
    This test comes from http://trac.webkit.org/r266668 and is the only stream
    decoding test that has an error in the middle of a chunk given to the decoder.
    I had an implementation that passed all other tests then realized I had done it
    all wrong and added this test that would have failed with my first implementation.
    achristensen07 committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    3aade63 View commit details
    Browse the repository at this point in the history