From: Stefan Eissing Date: Tue, 27 Jan 2026 13:00:30 +0000 (+0100) Subject: TODO: remove item about signals X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae99d750dd3bf44de695669609428902e7b109d9;p=thirdparty%2Fcurl.git TODO: remove item about signals With SIGPIPE handling now automatic on most platforms, remove the TODO item again. Closes #20447 --- diff --git a/docs/TODO.md b/docs/TODO.md index 6946f453e0..ed433d2277 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -1039,11 +1039,3 @@ See [curl issue 12655](https://github.com/curl/curl/issues/12655) Running test suite with `CURL_DBG_SOCK_WBLOCK=90 ./runtests.pl -a 1200 to 1300` makes several Gopher test cases fail where they should not. - -# Signals - -## SIGPIPE - -Since we control the IO functions for most protocols and disable -SIGPIPE on sends, libcurl could skip the special SIGPIPE ignore -handling for those transfers.