On win32, retry reading when WSARecv returns WSAEWOULDBLOCK. There seem

Magnus Hagander <magnus@hagander.net>

Commit: ca829537451319d9ee0bb782c85e7654fe583a05
Author: Magnus Hagander <magnus@hagander.net>
Date: 2007-06-04T13:39:34Z
Releases: 8.1.10
On win32, retry reading when WSARecv returns WSAEWOULDBLOCK. There seem
to be cases when at least Windows 2000 can do this even though select
just indicated that the socket is readable.

Per report and analysis from Cyril VELTER.

Files

PathChange+/−
src/backend/port/win32/socket.c modified +2 −1