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

example server.py is broken #12

Merged
merged 1 commit into from
Jan 6, 2014
Merged

example server.py is broken #12

merged 1 commit into from
Jan 6, 2014

Conversation

robby-d
Copy link

@robby-d robby-d commented Jan 6, 2014

Using python 3.3 on Ubuntu 13.10. server.py doesn't work out of the box. The fix is simple: basically use werkzeug's request.get_data to massage the request data bytestring into a unicode string, and pass that in instead.

…request.get_data() to convert to unicode string, and pass that in
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 8d5c454 on xnova:master into ca65b62 on pavlov99:master.

pavlov99 added a commit that referenced this pull request Jan 6, 2014
example server.py is broken
@pavlov99 pavlov99 merged commit 2ab87f7 into pavlov99:master Jan 6, 2014
@pavlov99
Copy link
Owner

pavlov99 commented Jan 6, 2014

@xnova thanks!

pavlov99 added a commit that referenced this pull request Oct 28, 2017
example server.py is broken
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.

3 participants