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: 9ece52fac4b2
Choose a base ref
...
head repository: http-party/node-http-proxy
compare: 245d73ae6c07
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 11, 2015

  1. fix "x-forwarded-proto" in node 0.12 and iojs

    The way to detect TLSSockets in node 0.12 and iojs has changed. You can
    just check `socket.encrypted` now :)
    
    Fixes #772
    feross committed Mar 11, 2015
    Copy the full SHA
    6d074ef View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2015

  1. Merge pull request #789 from feross/master

    fix "x-forwarded-proto" in node 0.12 and iojs
    jcrugzz committed Mar 12, 2015
    Copy the full SHA
    245d73a View commit details
    Browse the repository at this point in the history