Fix Receive 07/310007/1
authorIlho Kim <ilho159.kim@samsung.com>
Fri, 19 Apr 2024 05:14:36 +0000 (14:14 +0900)
committerilho kim <ilho159.kim@samsung.com>
Fri, 19 Apr 2024 05:55:17 +0000 (05:55 +0000)
commit7d673af1a86d9ff0dc7f2c074a97bb8843b69f2d
tree9fc149de648fa790f89ced35d57a7659411401ad
parentb53d98f1cec3a2fdad0c061d2efc89ec30f40e51
Fix Receive

After returning the EINTR in the first read, even if the read is successful
it regarded as the EINTR case and continue loop

Change-Id: Ia7cfa4cf60c7131b63d5a782ebf5e2b719e3c6c5
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
(cherry picked from commit d83c74a93e1c5f77da5a8b3ecd735629af42ccf3)
src/client-socket-internal.cc