diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-10-01 07:59:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-10-01 07:59:45 +0000 |
commit | b2339578854c2a261f264997e4c94b676d6a723a (patch) | |
tree | 51c6acc03a71ad0f683661201db5537019633e96 /CHANGES | |
parent | 492aed14504e1d6bdb71476bf146287d1ae2fa64 (diff) |
- Tom Mueller correctly reported in bug report #2870221
(http://curl.haxx.se/bug/view.cgi?id=2870221) that libcurl returned an
incorrect return code from the internal trynextip() function which caused
him grief. This is a regression that was introduced in 7.19.1 and I find it
strange it hasn't hit us harder, but I won't persue into figuring out
exactly why.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7,6 +7,13 @@ Changelog Daniel Stenberg (1 Oct 2009) +- Tom Mueller correctly reported in bug report #2870221 + (http://curl.haxx.se/bug/view.cgi?id=2870221) that libcurl returned an + incorrect return code from the internal trynextip() function which caused + him grief. This is a regression that was introduced in 7.19.1 and I find it + strange it hasn't hit us harder, but I won't persue into figuring out + exactly why. + - Constantine Sapuntzakis: The current implementation will always set SO_SNDBUF to CURL_WRITE_SIZE even if the SO_SNDBUF starts out larger. The patch doesn't do a setsockopt if SO_SNDBUF is already greater than |