diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-09-16 13:43:58 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-09-16 13:44:06 +0200 |
commit | f2f3c8ce07891ef8073a04e805099bb7b37f75e5 (patch) | |
tree | aad2d452048e3006312d845a7af7e5c5e1022fef | |
parent | da2598f823e95020defd54c6fdf3c82331ef12b3 (diff) | |
download | curl-f2f3c8ce07891ef8073a04e805099bb7b37f75e5.tar.gz |
TODO: Improve documentation about fork safety
Closes #6968
-rw-r--r-- | docs/TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -60,6 +60,7 @@ 2.8 dynamically decide to use socketpair 3. Documentation + 3.1 Improve documentation about fork safety 3.2 Provide cmake config-file 4. FTP @@ -533,6 +534,10 @@ 3. Documentation +3.1 Improve documentation about fork safety + + See https://github.com/curl/curl/issues/6968 + 3.2 Provide cmake config-file A config-file package is a set of files provided by us to allow applications |