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

[FIX] Capitalize headers correctly

Open ekosz opened this issue 10 years ago • 2 comments

This prevents duplicate headers downstream with other proxies. I was getting two status headers being returned. status and Status.

This makes rack-reverse-proxy` play nicely with others that expect headers to be capitalized.

ekosz avatar Feb 21 '15 22:02 ekosz

Looks good

waterlink avatar Jul 03 '15 21:07 waterlink

Merged here: https://github.com/waterlink/rack-reverse-proxy/pull/5

waterlink avatar Jul 03 '15 22:07 waterlink