Skip to content
This repository has been archived by the owner on May 4, 2018. 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: joyent/libuv
base: b38c9c100499
Choose a base ref
...
head repository: joyent/libuv
compare: b329d51ef4ce
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on May 26, 2013

  1. Copy the full SHA
    8e16f8e View commit details
    Browse the repository at this point in the history
  2. unix: stop stream POLLOUT watcher on write error

    The node.js test suite sometimes hits the assert that was added in
    commit 4146805 that checks if there are connect, write or shutdown
    requests pending when the user calls uv_read_stop() while the stream
    is primed for writing.
    
    The libuv user (i.e. node.js) is supposed to close the stream on error.
    Because uv__stream_close() calls uv_read_stop(), it's possible that the
    POLLOUT watcher is still active.
    bnoordhuis committed May 26, 2013
    Copy the full SHA
    b329d51 View commit details
    Browse the repository at this point in the history