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 using Rack::Deflater, the body is gzipped and is logged in an unusable compressed format. Recommended fix is to check for gzip encoding, decompress, and log the decompressed body in the response. I can submit a pull request, if you agree
The text was updated successfully, but these errors were encountered:
When using Rack::Deflater, the body is gzipped and is logged in an unusable compressed format. Recommended fix is to check for gzip encoding, decompress, and log the decompressed body in the response. I can submit a pull request, if you agree
The text was updated successfully, but these errors were encountered: