Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples: use curl_multi_poll() in multi code #7352

Closed
wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Jul 6, 2021

It makes the code so much easier. Introduce multi-legacy.c to show off the older way of doing things.

bagder added a commit that referenced this pull request Jul 6, 2021
The API is soon two years old and deserves being shown as the primary
way to drive multi code as it makes it much easier to write code.

Closes #7352
bagder added a commit that referenced this pull request Jul 6, 2021
Provide multi-legacy.c to show how we did multi API use before
curl_multi_wait/poll.

Closes #7352
@bagder bagder force-pushed the bagder/examples-multi_poll branch from 55c9447 to 7b0bf77 Compare July 6, 2021 12:24
The API is soon two years old and deserves being shown as the primary
way to drive multi code as it makes it much easier to write code.

multi-poll: removed

multi-legacy: add to show how we did multi API use before
curl_multi_wait/poll.

Closes #7352
@bagder bagder force-pushed the bagder/examples-multi_poll branch from 7b0bf77 to 3fa4f2b Compare July 6, 2021 12:29
@bagder bagder closed this in ae8e11e Jul 7, 2021
@bagder bagder deleted the bagder/examples-multi_poll branch July 7, 2021 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

1 participant