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 handling of gzip-encoded text response #2141

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

Commits on Jul 25, 2020

  1. Fix handling of gzip-encoded text response

    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 Miserlou#2080 binary_support logic in handler.py (0.51.0) broke compressed text response
    Miserlou#2080
    suriya committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    bfcb649 View commit details
    Browse the repository at this point in the history