If a recv() return EINTR on Windows, don't retry
commite1932ec0fdb8f7e5003eccced324b893cf994e85
authorAsanka Herath <asanka@secure-endpoints.com>
Mon, 14 Sep 2009 19:09:09 +0000 (14 15:09 -0400)
committerLove Hornquist Astrand <lha@h5l.org>
Tue, 24 Nov 2009 18:20:18 +0000 (24 10:20 -0800)
tree570fa5032ba3a0bd37f26debeceb4eca96e71e4f
parenta11386261db75cbbf324b15e156ef1a2b440eb31
If a recv() return EINTR on Windows, don't retry

EINTR (or WSAEINTR) is used to indicate that a blocking call was cancelled
using WSACancelBlockingCall().  Retrying wouldn't be the right thing to
do in this case.
lib/roken/net_read.c