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

Commits on Oct 20, 2013

  1. attempting to fix link to valid options properties

    Current link for 'valid properties are available here' goes to url:
    
    https://github.com/nodejitsu/node-http-proxy/blob/caronte/tree/master/lib/http-proxy.js#L26-L39
    
    The url works fine if 'tree/master/' is removed, so this is trying to remove that part of the relative path.
    
    The same removal of 'tree/master/' is being made for the 'available here' link that is preceded by "When a request is proxied it follows two different pipelines" since it suffers the same issue.
    jamesmanning committed Oct 20, 2013
    Copy the full SHA
    bbe2b27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #502 from jamesmanning/patch-1

    attempting to fix links to 2 source locations in README.md
    jcrugzz committed Oct 20, 2013
    Copy the full SHA
    e445013 View commit details
    Browse the repository at this point in the history