curl/src/select: Fix VERIFY_SOCK not limited to FD_SETSIZE
commit9cdc6d7b6535b282483fccd60ea0e67517487706
authorBruno Santos <nayart3@gmail.com>
Thu, 13 Nov 2008 14:56:58 +0000 (13 14:56 +0000)
committerBruno Santos <nayart3@gmail.com>
Thu, 13 Nov 2008 14:56:58 +0000 (13 14:56 +0000)
tree7bf4df8c1107d73abe553e987266fddf071abef0
parent6139e3ec35e04d150ae9a3edfcfb7ea9b090f97f
curl/src/select: Fix VERIFY_SOCK not limited to FD_SETSIZE

The winsock2 select is not limited by the maximum file decriptor but by
a number of maximum file descriptors. This fix is required because were
lying to the curl library regarding winsock2.

Signed-off-by: Bruno Santos <nayart3@gmail.com>
curl/src/select.c