]> granicus.if.org Git - curl/commit
multi: make the closure handle "inherit" CURLOPT_NOSIGNAL
authorDaniel Stenberg <daniel@haxx.se>
Thu, 18 Oct 2018 21:35:12 +0000 (23:35 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 19 Oct 2018 09:03:17 +0000 (11:03 +0200)
commit8a49f91d328f86e02f841aee3f0f8ae200b39131
tree8fa22c4715cf617fadaed687864b8d31da39675d
parente693a15722c7400cd945fd59fe0a4c52700c0552
multi: make the closure handle "inherit" CURLOPT_NOSIGNAL

Otherwise, closing that handle can still cause surprises!

Reported-by: Martin Ankerl
Fixes #3138
Closes #3147
lib/multi.c