diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-15 11:44:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-15 11:44:34 +0000 |
commit | 622984de640cfe159ebc9d5c929e1389b04ecbc5 (patch) | |
tree | 10cd916f3c6336aeb91e319b0bbaba64ca47f379 /CHANGES | |
parent | a9af971c595fbc8b452b0cb5b51d080a314d30ac (diff) |
now libcurl runs better multi-threaded on windows
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ Changelog +Daniel (15 October) +- 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. + Daniel (14 October) - Kimmo Kinnunen fixed a crash with duphandle() when CURLDEBUG is set. |