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

Don't convert bytes headers to str #1736

Merged
merged 1 commit into from Sep 5, 2018

Commits on Sep 4, 2018

  1. Don't convert bytes headers to str

    Don't convert bytes header values using str() as str(b'foo') becomes
    "b'foo'". Instead just leave bytes as is like it was prior to v18.0.0.
    tobiashenkel committed Sep 4, 2018
    Copy the full SHA
    802d020 View commit details
    Browse the repository at this point in the history