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 Loading
base: v1.4.3
Choose a base ref
...
head repository: http-party/node-http-proxy Loading
compare: v1.5.0
Choose a head ref
  • 13 commits
  • 5 files changed
  • 5 contributors

Commits on Sep 16, 2014

  1. handle 'upgrade' in comma-separated connection header

    Firefox sends `keep-alive, upgrade`, not just `upgrade`,
    which the proxy incorrectly turned into `close`
    minrk committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    51eeebe View commit details
    Browse the repository at this point in the history
  2. use regex to check for upgrade header

    in websocket connections
    minrk committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    65a21bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec683b9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #691 from minrk/firefox-ws-connection-close

    handle 'upgrade' in comma-separated connection header
    jcrugzz committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    42c35ae View commit details
    Browse the repository at this point in the history
  5. Fix typo in README.md

    "Is it then possible" -> "It is then possible"
    shebson committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    45cf95a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #702 from shebson/fix-readme-typo

    Fix typo in README.md
    jcrugzz committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    90d40d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2014

  1. Configuration menu
    Copy the full SHA
    c0a796b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2014

  1. [minor] extra space

    jcrugzz committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    e7d50b1 View commit details
    Browse the repository at this point in the history
  2. Fixed misleading documentation

    options.xfwd definitely works fine without using the .listen method, and, AFAICT, .toProxy should as well.  Only .ssl and .ws are referenced in .listen.
    Jimbly committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    a4ca578 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #705 from Jimbly/patch-1

    Fixed misleading documentation
    jcrugzz committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    2aa3b84 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2014

  1. emitting proxySocket on proxyServer

    - emitted once proxySocket was created and socket was piped into it
    - needed to support sniffing messages coming from proxy target
    thlorenz committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    000eb53 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #706 from thlorenz/expose-proxy-socket

    exposing proxySocket on socket to support sniffing messages coming from proxy target
    jcrugzz committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    9210b56 View commit details
    Browse the repository at this point in the history
  3. [dist] Version bump. 1.5.0

    jcrugzz committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    232258b View commit details
    Browse the repository at this point in the history
Loading