Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2013-11-14 07:51:26 +00:00
9 changed files with 150 additions and 58 deletions

View File

@ -468,7 +468,7 @@ client_callback(unused int fd, short events, void *data)
}
if (events & EV_WRITE) {
if (msgbuf_write(&client_ibuf.w) < 0)
if (msgbuf_write(&client_ibuf.w) < 0 && errno != EAGAIN)
goto lost_server;
}