Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: http-party/node-http-proxy
base: 7e8041d2b687
Choose a base ref
...
head repository: http-party/node-http-proxy
compare: 2d42709c3283
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 27, 2013

  1. determine x-forwarded-port from host header

    `req.remotePort' returns the ephemeral port, which is not useful.
    node v0.10.0 added `req.localPort' which returns what we want, but
    we want to maintain backwards compatibility. Fixes #341 & #227
    blahed authored and indexzero committed Dec 27, 2013
    Copy the full SHA
    d4e91eb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2d42709 View commit details
    Browse the repository at this point in the history