]> granicus.if.org Git - php/commit
add EAGAIN checks
authorAnatol Belski <ab@php.net>
Tue, 11 Aug 2015 13:17:25 +0000 (15:17 +0200)
committerAnatol Belski <ab@php.net>
Tue, 11 Aug 2015 13:17:25 +0000 (15:17 +0200)
commit7eb6bd1311a815ec23eb7cf06f6214f4a2d5895a
treed953759731a6e79cc20985e1a050c6f15c64432f
parent8d2b131d9f4a52ea1e03ebeaaf3922abdc308d63
add EAGAIN checks

EAGAIN and EWOULDBLOCK should be checked together and don't necessary,
have same value. So checking both is better for portability.
main/streams/xp_socket.c