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)
src/ioset-kevent.c (ioset_kevent_add): If the socket is not writable, we
    should EV_DELETE the write notification rather than leaving it.


No differences found