Handle EPIPE error
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 26 Nov 2018 06:33:06 +0000 (15:33 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 26 Nov 2018 07:59:57 +0000 (16:59 +0900)
commit6cb3b1fb9715001f6fb9d01a1a9e9587522ad319
tree01c565a48247312957704440581f3c112da032ad
parente935c88258203f06f64a7cebcb52de1652583a6b
Handle EPIPE error

The Write() Method uses send() with MSG_NOSIGNAL instead of write().

Change-Id: I20251df65375dacdc42f9a4da1d531dd3e635728
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/port-internal.cc