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

Ensure response headers are given as strings (not unicode) #6

Merged
merged 1 commit into from Oct 21, 2014

Conversation

dokai
Copy link
Contributor

@dokai dokai commented Aug 28, 2014

The dictionary containing the headers has both keys and values given as
unicode which caused a problem when running with waitress 0.8.9. This
commit ensures the headers are encoded to UTF-8.

The dictionary containing the headers has both keys and values given as
unicode which caused a problem when running with waitress 0.8.9. This
commit ensures the headers are encoded to UTF-8.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) when pulling 3cdca9f on dokai:str-headers into 9552ec9 on tilgovi:master.

@tilgovi
Copy link
Owner

tilgovi commented Oct 21, 2014

👍 thanks

tilgovi added a commit that referenced this pull request Oct 21, 2014
Ensure response headers are given as strings (not unicode)
@tilgovi tilgovi merged commit 03d9a1a into tilgovi:master Oct 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants