Correctly handle a writable->unwritable transition on a socket in kevent.
authorMichael Poole <mdpoole@troilus.org>
Fri, 11 Jul 2008 12:05:25 +0000 (08:05 -0400)
committerMichael Poole <mdpoole@troilus.org>
Sat, 12 Jul 2008 03:39:02 +0000 (23:39 -0400)
commita8386b56f6eea13514fb82f9243aa2e065b5da28
tree14573014cfa85324e56d3a0cfc890a4a04d49530
parent729f3f604b4d178e8a89345b027c28db89856a05
Correctly handle a writable->unwritable transition on a socket in kevent.

src/ioset-kevent.c (ioset_kevent_add): If the socket is not writable, we
    should EV_DELETE the write notification rather than leaving it.
src/ioset-kevent.c