ncr / rack-proxy

A request/response rewriting HTTP proxy. A Rack app.
MIT License
269 stars 94 forks source link

Headers are incorrectly serialized when @streaming=true #65

Open JamesDunne opened 7 years ago

JamesDunne commented 7 years ago

When @streaming=true, header values are improperly serialized to HTTP as values like content-encoding: ["gzip"]

krisrang commented 7 years ago

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'].

nertzy commented 1 year ago

Is this issue resolved with the fix from #73? We should close this issue if so.