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: 211b814e62f9^
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 5d41d43475b6
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 4, 2014

  1. net: run close callbacks in correct eloop phase

    Instead of running the close callbacks seemingly synchronously instead
    of when the handle has actually been closed by libuv, instead run the
    callbacks in the uv__run_closing_handles() phase of the eloop.
    trevnorris committed Jan 4, 2014
    Copy the full SHA
    211b814 View commit details
    Browse the repository at this point in the history
  2. cluster: remove custom close callback

    Now that the net close callbacks don't run until after libuv has had a
    chance to properly close the uv_handle_t the custom close callback in
    cluster is no longer necessary.
    trevnorris committed Jan 4, 2014
    Copy the full SHA
    5d41d43 View commit details
    Browse the repository at this point in the history