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

Add Content-Length checking before decoding #63

Merged

Commits on Oct 5, 2020

  1. add Content-Length checking before decoding

    In addition to explicit 204 (NO CONTENT), there are occasions where the
    server may send a 0 length response and those won't decode very well
    either.
    perigrin committed Oct 5, 2020
    Copy the full SHA
    f16fb8e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Copy the full SHA
    75adbff View commit details
    Browse the repository at this point in the history