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: f0bf7418156d
Choose a base ref
...
head repository: http-party/node-http-proxy
compare: b065d92908e2
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 30, 2014

  1. test closing upstream socket prior to upgrade

    should close the client socket with ECONNRESET,
    but currently is left hanging.
    minrk committed Sep 30, 2014
    Copy the full SHA
    7730548 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2014

  1. close websocket if proxyReq is closed before upgrade

    avoids leaving client sockets open when upstream
    connections are rejected.
    minrk committed Oct 1, 2014
    Copy the full SHA
    bcd8a56 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #708 from minrk/close-closes

    close websocket if proxyReq is closed before upgrade
    jcrugzz committed Oct 1, 2014
    Copy the full SHA
    b065d92 View commit details
    Browse the repository at this point in the history