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: 1.13.3
Choose a base ref
...
head repository: http-party/node-http-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.14.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on May 25, 2016

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

Commits on Jun 3, 2016

  1. Emit disconnected event instead of error when ECONNRESET (#966)

    * Emit disconnected event instead of error when ECONNRESET
    
    ECONNRESET means the other side of the TCP conversation abruptly
    closed its end of the connection.
    
    If we get an ECONNRESET error from the proxy request and the
    socket is destroyed this means that the client has closed
    his connection, and emit this as an error can lead to
    confusion and hacks to filter that kind of message.
    
    I think that the best we can do is abort and emit another event,
    so if any caller wants to handle with that kind of error, he can
    by listen the disconnected event.
    
    #813
    
    * code standards, move econnreset check, change ev name
    Deividy authored and jcrugzz committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    42df703 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. [dist] Version bump. 1.14.0

    jcrugzz committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    fcfb0b3 View commit details
    Browse the repository at this point in the history
Loading