Commit a900d454 authored by Jeff King's avatar Jeff King Committed by Daniel Stenberg
Browse files

curl_multi_cleanup: ignore SIGPIPE

This is an extension to the fix in 7d80ed64

. 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: default avatarJeff King <peff@peff.net>
parent e64f91fe
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment