ecore - fix fd handlers to also set read/write/err flags on hup's
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 21 Feb 2018 06:38:30 +0000 (15:38 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 9 Apr 2018 02:27:39 +0000 (11:27 +0900)
commit2ff6a51fcc6eeec6c813908124cc1ec703522c56
tree2bed997604bd37c252395a094fde9574a79646bb
parent6e4aba52485f7c5c322aaaeae4c3df8033ad88f4
ecore - fix fd handlers to also set read/write/err flags on hup's

odd - i found ecore fd handlers basically ignored hangups from the
other end so we never knew if the other end went or not... crazy. now
we at least have all the read/write/error flags on and the next read
should fail indicating the broken pipe etc. ...

@fix
src/lib/ecore/ecore_main.c