socketpair: allow CURL_DISABLE_SOCKETPAIR

... to completely disable the use of socketpair

Closes #5850
This commit is contained in:
Daniel Stenberg 2020-08-14 15:45:08 +02:00
parent ce88e21c72
commit d854572ccc
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 27 additions and 4 deletions

View file

@ -97,6 +97,11 @@ Disable the SMB(S) protocols
Disable the SMTP(S) protocols
## CURL_DISABLE_SOCKETPAIR
Disable the use of socketpair internally to allow waking up and canceling
curl_multi_poll().
## CURL_DISABLE_TELNET
Disable the TELNET protocol