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 compressed response from httpx #591

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

geraxe
Copy link

@geraxe geraxe commented May 25, 2021

In case of httpx responce.body decompressed automatically by httpx. If we not remove "content-encoding" header here, vcr.filters.decode_response will try to decompress already decompressed body.

@the-allanc
Copy link

This might be fixed in my pull request - #649.

@parkerhancock
Copy link
Contributor

Also fixred in #784

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