diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-10-11 17:23:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-10-11 17:23:41 +0000 |
commit | 34342bcd194f372c48be3a216cdea075e35f2c40 (patch) | |
tree | fe77db64efc951b4be57b14d45010d7a0b981faf /CHANGES | |
parent | 5322a86313b84e5c6732b23bbea011b14e82fbbb (diff) |
SO_NOSIGPIPE
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel (11 October 2004) +- libcurl now uses SO_NOSIGPIPE for systems that support it (Mac OS X 10.2 or + later is one) to inhibit the SIGPIPE signal when writing to a socket while + the peer dies. The same effect is provide by the MSG_NOSIGNAL parameter to + send() on other systems. Alan Pinstein verified the fix. + Gisle (6 October 2004) - For USE_LIBIDN builds: Added Top-Level-Domain (TLD) check of host-name used in fix_hostname(). Checks if characters in 'host->name' (indirectly |