rack-reverse-proxy
rack-reverse-proxy copied to clipboard
[FIX] Capitalize headers correctly
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.
Looks good
Merged here: https://github.com/waterlink/rack-reverse-proxy/pull/5