]> git.ipfire.org Git - thirdparty/curl.git/commit
curl: use libuv for parallel transfers with --test-event
authorDaniel Stenberg <daniel@haxx.se>
Mon, 5 Aug 2024 07:12:04 +0000 (09:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Aug 2024 07:12:09 +0000 (09:12 +0200)
commit38d334e3e17f16107921299a6d7b6654f6ec553b
tree642b8726454d0cb46fadb9fd013e5ae3e53bd2c0
parent7c31ceb5d050af31889e1687af37a65bb6b87c17
curl: use libuv for parallel transfers with --test-event

add --with-libuv to configure to (optionally) use it in debug-builds to
drive the event-based API

Use curl_multi_socket_action() and friends to drive parallel transfers.

tests/README has brief documentation for this

Closes #14298
configure.ac
src/tool_operate.c
tests/README.md