-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Kimmo Parviainen-Jalanko
committed
Oct 27, 2016
1 parent
e53af22
commit 80831fc
Showing
3 changed files
with
7 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters