]> git.sesse.net Git - jam/commit
It looks like send() can give us EAGAIN even if epoll() said the socket
authorsgunderson@bigfoot.com <>
Tue, 13 Feb 2007 20:29:33 +0000 (21:29 +0100)
committersgunderson@bigfoot.com <>
Tue, 13 Feb 2007 20:29:33 +0000 (21:29 +0100)
commitb1ce9404c6aaf3105377489bfc8d0bf27ad67b3b
tree371af84c83c1f7a1f9d630fa527f74c68a56fe56
parentc329b5bf838d692d8a94117874795024783cd197
It looks like send() can give us EAGAIN even if epoll() said the socket
was ready (after all, we don't check the events bits). Just ignore that.
jam.c