gsocket: make GSocketSource trigger on G_IO_NVAL
authorDan Winship <danw@gnome.org>
Thu, 29 Aug 2013 13:25:42 +0000 (09:25 -0400)
committerDan Winship <danw@gnome.org>
Thu, 29 Aug 2013 13:25:42 +0000 (09:25 -0400)
commit11254b3c7d0e95748a9e6e7988948cb1ba686a7e
treeaf386e3e7aea8d7f5fd14551ca32f3c256e6607b
parent996edb0c46356d8a326f886b91a77a6af9a2de3e
gsocket: make GSocketSource trigger on G_IO_NVAL

Getting G_IO_NVAL probably indicates bugs/race conditions in the
calling code, but if GSocket just ignores it, it will get stuck in an
infinite loop.
gio/gsocket.c