Navigation Menu

Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
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: nodejs/node-v0.x-archive
base: dbae8b569fd1
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 440b9e224574
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 24, 2014

  1. test: backoff client connection rates

    We were being very aggressive in our connection creations, resulting
    in the pipeline flood detection to drop us. Relax how fast we're
    creating these connections so the gc can run all its tests.
    tjfontaine committed Feb 24, 2014
    Copy the full SHA
    af14183 View commit details
    Browse the repository at this point in the history
  2. src: node.cc use isolate->ThrowException

    Environment doesn't have ThrowException, we meant isolate here.
    
    Introduced in commit
    75adde0.
    orangemocha authored and tjfontaine committed Feb 24, 2014
    Copy the full SHA
    440b9e2 View commit details
    Browse the repository at this point in the history