]> git.ipfire.org Git - thirdparty/curl.git/commit
multi: use a pipe instead of a socketpair on apple platforms
authorrcombs <rcombs@rcombs.me>
Thu, 25 Aug 2022 13:55:36 +0000 (08:55 -0500)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 Aug 2022 15:43:08 +0000 (17:43 +0200)
commit07f80f968df365cbfb5bfcea149baf9eb20cb60f
tree996d45460b1f9074c2fd66f12a4154d3fd15a591
parent89d204036a86e6e7bc3c2687917b57e5f94c9529
multi: use a pipe instead of a socketpair on apple platforms

Sockets may be shut down by the kernel when the app is moved to the
background, but pipes are not.

Removed from KNOWN_BUGS

Fixes #6132
Closes #9368
docs/KNOWN_BUGS
lib/multi.c