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

Fix compatibility with tornado 4.3+ #1236

Merged
merged 2 commits into from Jul 23, 2017
Merged

Conversation

felixonmars
Copy link
Contributor

HTTPHeaders is not JSON serializable, so make it a dict first.

`HTTPHeaders` is not JSON serializable, so make it a dict first.
@sigmavirus24
Copy link
Contributor

Preliminary 👍

Copy link
Contributor

@haikuginger haikuginger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once tests pass.

@felixonmars
Copy link
Contributor Author

codecov seems stuck :/

@codecov-io
Copy link

codecov-io commented Jul 22, 2017

Codecov Report

Merging #1236 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1236   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files          21      21           
  Lines        1985    1985           
======================================
  Hits         1985    1985

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update de81455...679f500. Read the comment docs.

@felixonmars
Copy link
Contributor Author

OK, a branch update fixed codecov :)

@sigmavirus24 sigmavirus24 merged commit c28170e into urllib3:master Jul 23, 2017
@sigmavirus24
Copy link
Contributor

Thanks @felixonmars !

Dobatymo pushed a commit to Dobatymo/urllib3 that referenced this pull request Mar 16, 2022
Fix compatibility with tornado 4.3+
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

4 participants