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: v0.8.6
Choose a base ref
...
head repository: http-party/node-http-proxy Loading
compare: v0.8.7
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 21, 2012

  1. [fix] Handle errors on request object

    Sometimes a request emits `error` event with a `Parse Error`.
    mmalecki committed Dec 21, 2012
    Configuration menu
    Copy the full SHA
    edfe869 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2012

  1. [fix] Don't remove error listener after response ends

    In some rare cases, `error` event might still be emitted after the
    response has ended. This is (most likely) a bug in the `node` core.
    mmalecki committed Dec 22, 2012
    Configuration menu
    Copy the full SHA
    223eacd View commit details
    Browse the repository at this point in the history
  2. [dist] Bump version to 0.8.7

    mmalecki committed Dec 22, 2012
    Configuration menu
    Copy the full SHA
    26d3646 View commit details
    Browse the repository at this point in the history
Loading