Unverified Commit a9d9a3ab authored by Jeremie Rapin's avatar Jeremie Rapin Committed by Daniel Stenberg
Browse files

sigpipe: if mbedTLS is used, ignore SIGPIPE



mbedTLS doesn't have a sigpipe management. If a write/read occurs when
the remote closes the socket, the signal is raised and kills the
application.  Use the curl mecanisms fix this behavior.

Signed-off-by: default avatarJeremie Rapin <j.rapin@overkiz.com>

Closes #3502
parent 1b8fe0a8
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