Skip to content

Commit

Permalink
add link for reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyen authored Jan 9, 2020
1 parent c2f1d09 commit 8ef4bab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/xmlrpcpp/src/XmlRpcDispatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
static int poll( struct pollfd *pfd, int nfds, int timeout)
{
// workaround: "Windows 8 Bugs 309411 – WSAPoll does not report failed connections"
// https://curl.haxx.se/mail/lib-2012-10/0038.html
// the following logic is to use select() to check all writable socket connnection status.
// if all the sockets to be checked are not connected, it reports SOCKET_ERROR to
// error out, instead of going to WSAPoll() which causes infinitely wait situation.
Expand Down

0 comments on commit 8ef4bab

Please sign in to comment.