ncr / rack-proxy

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

Join multiple headers instead of dropping them #41

Closed binaryseed closed 10 years ago

binaryseed commented 10 years ago

The Rack spec states that headers with multiple values should be joined with newlines. The current behavior is to drop all but the first header.

https://github.com/rack/rack/blob/master/SPEC#L209