mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -05:00
MSG_NOSIGNAL
This commit is contained in:
parent
2cf209d3f7
commit
41688a1642
6
CHANGES
6
CHANGES
@ -7,6 +7,12 @@
|
|||||||
Changelog
|
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)
|
Daniel (1 December)
|
||||||
- Mathias Axelsson set up a bsdftpd-ssl server for me and I could make curl
|
- 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
|
run fine against its FTPS implementation. Now these FTPS-related things
|
||||||
|
Loading…
Reference in New Issue
Block a user