1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

TODO: dynamically decide to use socketpair

Suggested-by: Anders Bakken

Closes #4829
This commit is contained in:
Daniel Stenberg 2020-09-16 23:35:39 +02:00
parent 15f5d59891
commit af09599958
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -53,6 +53,7 @@
2.5 Edge-triggered sockets should work
2.6 multi upkeep
2.7 Virtual external sockets
2.8 dynamically decide to use socketpair
3. Documentation
3.2 Provide cmake config-file
@ -492,6 +493,14 @@
See https://github.com/curl/curl/issues/5835
2.8 dynamically decide to use socketpair
For users who don't use curl_multi_wait() or don't care for
curl_multi_wakeup(), we could introduce a way to make libcurl NOT
create a socketpair in the multi handle.
See https://github.com/curl/curl/issues/4829
3. Documentation
3.2 Provide cmake config-file