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

Convert headers to text when serializing #190

Merged
merged 1 commit into from
Jun 6, 2018
Merged

Conversation

pradyunsg
Copy link
Contributor

Headers are also text and on Py2/Py3 should be treated as unicode/str instead of
the str/bytes.

Seems to have been missed in #146.

/cc @dstufft @ionrock

Headers are also text and on Py2/Py3 should be treated as unicode/str instead of
the str/bytes.
@ssbarnea
Copy link

ssbarnea commented Jun 5, 2018

I hope to see a release too! I have nightmares scrolling the "Cache entry deserialization failed, entry ignored" logs.

@ionrock ionrock merged commit a3f55b7 into psf:master Jun 6, 2018
@pradyunsg pradyunsg deleted the patch-1 branch June 6, 2018 20:07
@ssbarnea
Copy link

ssbarnea commented Jun 7, 2018

@dstufft @ionrock Can you please made a new release for this so we can fix pip and other packages affected by it?

@dstufft
Copy link
Contributor

dstufft commented Jun 7, 2018

I can't make a release, I'm just a consumer of cachecontrol :)

@ssbarnea
Copy link

ssbarnea commented Jun 7, 2018

Indeed, not sure if this is the right approach but I made #192 -- probably not enough to add the tag.

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.

4 participants