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
The problem seems to be that Tipi::RackAdapter receives the Rack::BodyProxy object wrapped in a Rack::Deflater::GzipStream when compression is requested.
The text was updated successfully, but these errors were encountered:
Tipi's Rack adapter crashes when a request with Accept-Encoding: gzip is handled:
The code I was using at the moment:
The request that triggers the crash:
curl -sH 'Accept-Encoding: gzip' localhost:9394
The problem seems to be that
Tipi::RackAdapter
receives theRack::BodyProxy
object wrapped in aRack::Deflater::GzipStream
when compression is requested.The text was updated successfully, but these errors were encountered: