diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-12-16 21:33:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-12-16 21:33:51 +0000 |
commit | fcccf9aa0d93c666e8ae31ebdde716cddd6b4482 (patch) | |
tree | 73e3599838d142f903ed98b7a2da989dfbf8e5ae /CHANGES | |
parent | 72bd027537f6f09f3fceef1126bf917030c75c64 (diff) |
Brendan Jurd provided a fix that now prevents libcurl from getting a SIGPIPE
during certain conditions when GnuTLS is used.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Daniel (16 December 2006) +- Brendan Jurd provided a fix that now prevents libcurl from getting a SIGPIPE + during certain conditions when GnuTLS is used. + Daniel (11 December 2006) - Alexey Simak found out that when doing FTP with the multi interface and something went wrong like it got a bad response code back from the server, |