waterlink / rack-reverse-proxy

A Reverse Proxy for Rack
MIT License
196 stars 52 forks source link

[FIX] Don't drop the port of the request #4

Closed waterlink closed 9 years ago

waterlink commented 9 years ago

This fixes a bug where the source request's port was being dropped when replacing the response's location header.

from: https://github.com/jaswope/rack-reverse-proxy/pull/50