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: 42technologies/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.
  • 6 commits
  • 7 files changed
  • 4 contributors

Commits on Jun 12, 2018

  1. Disable the 2 minutes default incoming timeout by default

    DESCRIPTION:
    If the incoming timeout option is not set or if set to 0, it will be disabled.
    It will now have the same default behavior than the incoming proxyTimeout option.
    
    This replace the default node.js 2 minutes timeout and now support disabling it.
    
    TEST:
    In a Windows and Arm-Linux environment, set option.timeout to 0, to 5 minutes and remove option.
    Run a 8 minutes long request. Confirm expected behavior for all cases.
    Jean Fontaine authored and Jean Fontaine committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    86f8c9b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. do not pipe req into proxyReq until socket is connected

    (allows retry of proxy.web() on connection refused, for example
    pepmartinez committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    478b0ab View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Fix handling of client disconnect so that econnreset event is emitted…

    … instead of error
    Greg Freeland committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    dbda67a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Add .vscode to gitignore

    surjikal committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    6c56eb1 View commit details
    Browse the repository at this point in the history
  2. Fix whitespace gremlins

    surjikal committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    70a6d01 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branches 'upstream/pr/1273', 'upstream/pr/1542'…

    …, 'upstream/pr/1495' and 'origin/fix-gremlins'
    surjikal committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    dad0ef7 View commit details
    Browse the repository at this point in the history
Loading