-
Notifications
You must be signed in to change notification settings - Fork 813
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dogstatsd] handle properly utf8 packets
Fixes #1256. We should always consider that dogstatsd receives a utf-8 encoded string through its socket, but still support unicode python strings in case we submit things programatically (e.g. useful for tests)
- Loading branch information
1 parent
0335e11
commit e5d0121
Showing
2 changed files
with
24 additions
and
14 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