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: 636a13b8c46c
Choose a base ref
...
head repository: joyent/libuv
compare: b38c9c100499
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 25, 2013

  1. unix: remove erroneous asserts

    As of commit c53fe81, it's legal for write_queue_size > 0 when the
    write_queue itself is empty. Sounds illogical but it means there are
    error-state write requests in the write_completed_queue that will touch
    up the write_queue_size on the next tick of the event loop.
    
    Remove a few stray asserts that still checked for the old situation.
    bnoordhuis committed May 25, 2013
    10
    Copy the full SHA
    b38c9c1 View commit details
    Browse the repository at this point in the history