You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: