]> granicus.if.org Git - curl/commit
WSAPoll: disabled on all windows builds
authorDaniel Stenberg <daniel@haxx.se>
Tue, 7 Aug 2012 13:01:54 +0000 (15:01 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 7 Aug 2012 18:47:31 +0000 (20:47 +0200)
commit8bad5f2a6169e2e816aed7a5147becba489d59e1
tree2c1ca47e483f0e75347d9ec82073da280cfe8db5
parentf0d611df9e5f606cd402a2de84f1cdd69ebc5864
WSAPoll: disabled on all windows builds

Due to WSAPoll bugs, libcurl does not work as intended. When the cURL
library is used to setup a connection to an incorrect port, normally the
result is CURLE_COULDNT_CONNECT, /* 7 */, but due to the bug in WSAPoll,
the result now is CURLE_OPERATION_TIMEDOUT, /* 28 - the timeout time was
reached */.

On August 1, Jan Koen Annot opened a case for this to Microsoft Premier
Online (https://premier.microsoft.com/).  The support engineer handling
the case wrote that the case description is quite clear.  He will try to
reproduce the issue and then proceed with troubleshooting it.

Reported by: Jan Koen Annot
Bug: http://curl.haxx.se/mail/lib-2012-07/0310.html
lib/select.h