multi: ignore sigpipe internally
authorDaniel Stenberg <daniel@haxx.se>
Mon, 17 Feb 2014 09:35:21 +0000 (10:35 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 17 Feb 2014 09:35:21 +0000 (10:35 +0100)
commit854aca5420f81d4be242592bec401e1f66ee4070
tree83b7ade5f45ac27ba2a137c12f147218154718b5
parent4b4e8a5853dbda897fad0321b2cbebfb36dfe012
multi: ignore sigpipe internally

When the multi API is used we must also ignore SIGPIPE signals when
caused by things we do, like they can easily be generated by OpenSSL.
lib/multi.c