Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-15 | examples: Don't call select() to sleep on windows | Jay Satiro | |
Windows does not support using select() for sleeping without a dummy socket. Instead use Windows' Sleep() and sleep for 100ms which is the minimum suggested value in the curl_multi_fdset() doc. Prior to this change the multi examples would exit prematurely since select() would error instead of sleeping when called without an fd. Reported-by: Johan Lantz Bug: http://curl.haxx.se/mail/lib-2014-11/0221.html | |||
2014-01-12 | examples: Fixed compilation errors | Steve Holme | |
error: 'MULTI_PERFORM_HANG_TIMEOUT' undeclared | |||
2014-01-12 | pop3-multi.c: Corrected copy/paste typo | Steve Holme | |
2014-01-12 | examples: Added POP3 multi example | Steve Holme | |