]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: remove item about signals
authorStefan Eissing <stefan@eissing.org>
Tue, 27 Jan 2026 13:00:30 +0000 (14:00 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 27 Jan 2026 22:36:31 +0000 (23:36 +0100)
With SIGPIPE handling now automatic on most platforms, remove the
TODO item again.

Closes #20447

docs/TODO.md

index 6946f453e0a96a2ae8dc745445e7dbc39a6dec33..ed433d227799ae94679fb88dde780855947a6b23 100644 (file)
@@ -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.