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

Fixed JSON response character set detection. #1339

Merged
merged 1 commit into from
Oct 27, 2016

Commits on Oct 27, 2016

  1. Fixed JSON response character set detection.

    RFC 7519 states that JSON *MUST* be encoded in UTF and that
    the default encoding, in absence of charset in CONTENT_TYPE header is UTF-8.
    
    This vastly improves performce when doing many small requests in environments
    where the server does not specify the character by omitting chardet.
    Kimmo Parviainen-Jalanko committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    80831fc View commit details
    Browse the repository at this point in the history