]> granicus.if.org Git - curl/commit
curl_multi_cleanup: ignore SIGPIPE
authorJeff King <peff@peff.net>
Mon, 25 Nov 2013 14:43:21 +0000 (15:43 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 27 Nov 2013 21:47:12 +0000 (22:47 +0100)
commita900d45489fc14d701840995db3ee6c8751a92ec
tree827f32b34672272b8403f1a5b4074aaff1586412
parente64f91feb7075fe30a179fba71f75409f962b685
curl_multi_cleanup: ignore SIGPIPE

This is an extension to the fix in 7d80ed64e43515. We may
call Curl_disconnect() while cleaning up the multi handle,
which could lead to openssl sending packets, which could get
a SIGPIPE.

Signed-off-by: Jeff King <peff@peff.net>
lib/multi.c