mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 16:45:06 -05:00
parent
d04ee4c82a
commit
cba52e2c21
@ -51,6 +51,7 @@
|
|||||||
2.4 Split connect and authentication process
|
2.4 Split connect and authentication process
|
||||||
2.5 Edge-triggered sockets should work
|
2.5 Edge-triggered sockets should work
|
||||||
2.6 multi upkeep
|
2.6 multi upkeep
|
||||||
|
2.7 curl_multi_unblock
|
||||||
|
|
||||||
3. Documentation
|
3. Documentation
|
||||||
3.2 Provide cmake config-file
|
3.2 Provide cmake config-file
|
||||||
@ -447,6 +448,13 @@
|
|||||||
|
|
||||||
See https://github.com/curl/curl/issues/3199
|
See https://github.com/curl/curl/issues/3199
|
||||||
|
|
||||||
|
2.7 curl_multi_unblock
|
||||||
|
|
||||||
|
A portable way to unblock curl_multi_wait from another thread.
|
||||||
|
|
||||||
|
See https://github.com/curl/curl/issues/4418 and
|
||||||
|
https://github.com/curl/curl/wiki/curl_multi_unblock
|
||||||
|
|
||||||
3. Documentation
|
3. Documentation
|
||||||
|
|
||||||
3.2 Provide cmake config-file
|
3.2 Provide cmake config-file
|
||||||
|
Loading…
Reference in New Issue
Block a user