rack-proxy icon indicating copy to clipboard operation
rack-proxy copied to clipboard

Headers are incorrectly serialized when @streaming=true

Open JamesDunne opened this issue 7 years ago • 2 comments

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

JamesDunne avatar Jun 22 '17 14:06 JamesDunne

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

krisrang avatar Aug 25 '17 19:08 krisrang

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

nertzy avatar Mar 16 '23 18:03 nertzy