diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2009-10-01 07:05:07 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2009-10-01 07:05:07 +0000 |
| commit | 5ed274d0b7483085d5d8642daddace93b41316e7 (patch) | |
| tree | 60d07f1fb3d30d6218945f5b40e262931f6b5c14 /CHANGES | |
| parent | 4271f44a9ec2d505bdf506e1959850c35ee756a6 (diff) | |
- 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
CURL_WRITE_SIZE. This should help folks who have set up their computer with
large send buffers.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel Stenberg (1 Oct 2009) +- 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 + CURL_WRITE_SIZE. This should help folks who have set up their computer with + large send buffers. + Daniel Stenberg (27 Sep 2009) - I introduced a maximum limit for received HTTP headers. It is controlled by the define CURL_MAX_HTTP_HEADER which is even exposed in the public header |
