Commit a9af971c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Avoid doing getsockopt() on Windows to verify connects. It seems that this

hogs Windows machines when libcurl is being used multi-threaded (with > ~50
threads). Andrew Fuller helped us verify and test this.

According to a MSDN web page on connect(), it returns 0 when the connect
is done and thus we don't need the getsockopt() call anyway on Windows.
parent 171229e1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment