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
Seeing this issue with passenger and images served through the rails webpacker gem. Webpack is sending a content-length header in the form of ['1271'].
When @streaming=true, header values are improperly serialized to HTTP as values like
content-encoding: ["gzip"]
The text was updated successfully, but these errors were encountered: