diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-12-02 10:13:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-12-02 10:13:55 +0000 |
commit | 41688a16427e54cbd155fd36821724cee73f0b99 (patch) | |
tree | 420169cc67bded42955d9b93cad92d737d56619e | |
parent | 2cf209d3f777d6cfeba9b82a4d26ef47b89e8140 (diff) |
MSG_NOSIGNAL
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ Changelog +Daniel (2 December) +- Giuseppe Attardi pointed out that we should use MSG_NOSIGNAL when we use + send() and recv(). I added checks for the define in the configure script and + adjusted the code accordingly. If the symbol is present, we won't attempt + to ignore the SIGPIPE signal. + Daniel (1 December) - Mathias Axelsson set up a bsdftpd-ssl server for me and I could make curl run fine against its FTPS implementation. Now these FTPS-related things |