diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-04-28 20:27:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-04-28 20:27:06 +0000 |
commit | d068001102519c01970808e1ec572016ee3d3408 (patch) | |
tree | 2619ca36d7c9a44447e816249a5259738c6b6c2f /RELEASE-NOTES | |
parent | d576be58dc2e87152188be34cf40a7b7578fc5a4 (diff) | |
download | curl-d068001102519c01970808e1ec572016ee3d3408.tar.gz |
- Constantine Sapuntzakis filed bug report #2783090
(http://curl.haxx.se/bug/view.cgi?id=2783090) pointing out that on windows
we need to grow the SO_SNDBUF buffer somewhat to get really good upload
speeds. http://support.microsoft.com/kb/823764 has the details. Friends
confirmed that simply adding 32 to CURL_MAX_WRITE_SIZE is enough.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 77ad07fad..93b4855bd 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -34,6 +34,7 @@ This release includes the following bugfixes: o --libcurl bogus strings where other data was pointed to o crash related to FTP and "Re-used connection seems dead, get a new one" o CURLINFO_APPCONNECT_TIME with the multi interface + o Enhanced upload speeds on Windows This release includes the following known bugs: @@ -46,6 +47,6 @@ advice from friends like these: Andre Guibert de Bruet, Andreas Farber, Frank Hempel, Pierre Brico, Kamil Dudka, Jim Freeman, Daniel Johnson, Toshio Kuratomi, Martin Storsjo, Pramod Sharma, Gisle Vanem, Leanic Lefever, Rainer Koenig, Sven Wegener, - Tim Chen + Tim Chen, Constantine Sapuntzakis Thanks! (and sorry if I forgot to mention someone) |