I did this
curl_multi_init() is enough to create a pipe or a socketpair with no FD_CLOEXEC/SOCK_CLOEXEC set.
I expected the following
A way to set those flags to not inherit file descriptors by fork-exec'ed children of the process.
Kinda related issue: #2252
curl/libcurl version
master
operating system
doesn't matter
I did this
curl_multi_init()is enough to create apipeor asocketpairwith noFD_CLOEXEC/SOCK_CLOEXECset.I expected the following
A way to set those flags to not inherit file descriptors by fork-exec'ed children of the process.
Kinda related issue: #2252
curl/libcurl version
master
operating system
doesn't matter