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

[Migrated] Fix handling of gzip-encoded text response #885

Closed
jneves opened this issue Feb 20, 2021 · 1 comment
Closed

[Migrated] Fix handling of gzip-encoded text response #885

jneves opened this issue Feb 20, 2021 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@jneves
Copy link
Contributor

jneves commented Feb 20, 2021

Originally from: Miserlou/Zappa#2141 by suriya

When Zappa receives a compressed text/plain response from the
application, it tries to process it as a text response. Instead, Zappa
should treat the response as if it were a binary one and base-64 encode
the response body.

See issue #2080 binary_support logic in handler.py (0.51.0) broke compressed text response
Miserlou/Zappa#2080

Description

GitHub Issues

@monkut monkut added the duplicate This issue or pull request already exists label Jul 16, 2022
@monkut
Copy link
Collaborator

monkut commented Jul 16, 2022

duplicate
#908

closing

@monkut monkut closed this as completed Jul 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants