Skip to content
  1. Jan 19, 2012
  2. Jan 18, 2012
  3. Jan 17, 2012
  4. Jan 16, 2012
  5. Jan 15, 2012
  6. Jan 14, 2012
  7. Jan 13, 2012
  8. Jan 12, 2012
  9. Jan 09, 2012
  10. Jan 08, 2012
  11. Jan 06, 2012
  12. Jan 05, 2012
  13. Jan 04, 2012
    • Daniel Stenberg's avatar
      win32-threaded-resolver: stop using a dummy socket · 4897f4e5
      Daniel Stenberg authored
      Previously the code would create a dummy socket while resolving just to
      have curl_multi_fdset() return something but the non-win32 version
      doesn't do it this way and the creation and use of a socket that isn't
      made with the common create-socket callback can be confusing to apps
      using the multi_socket API etc.
      
      This change removes the dummy socket and thus will cause
      curl_multi_fdset() to return with maxfd == -1 more often.
      4897f4e5