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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rstudio/node-http-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 6 files changed
  • 2 contributors

Commits on Apr 3, 2013

  1. Allow unlimited listeners on reverseProxy

    reverseProxy can have many subscribers to the 'drain' event when large
    uploads occur.
    jcheng5 committed Apr 3, 2013
    Configuration menu
    Copy the full SHA
    cfb25b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2013

  1. Configuration menu
    Copy the full SHA
    e5358f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adf6409 View commit details
    Browse the repository at this point in the history
  3. FIX MEMORY LEAK.

    Log all of the internals of the connections to track them. Then nulled out the two exit points for a connection.
    trestletech committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    7f03bca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89662f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    026e0ae View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from rstudio/stripped

    Updated package, stripped down to basic HTTP proxy and null out memory leaks.
    trestletech committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    372a10b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efd4d99 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2015

  1. Don't resume req if req is null already

    This condition is triggered anytime you proxy a POST request,
    leading to spurious log errors.
    jcheng5 committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    039f907 View commit details
    Browse the repository at this point in the history
Loading