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

Missing upkeep API for multi/share handles #3199

Closed
mkauf opened this issue Oct 31, 2018 · 1 comment
Closed

Missing upkeep API for multi/share handles #3199

mkauf opened this issue Oct 31, 2018 · 1 comment

Comments

@mkauf
Copy link
Contributor

mkauf commented Oct 31, 2018

I did this

I found the new upkeep API in the latest curl version: curl_easy_upkeep()

I expected the following

A corresponding multi API to keep up connections that are managed by a multi handle (curl_multi_upkeep).

Or maybe curl_multi_perform() already does these "upkeep" tasks? (even if all transfers have completed...?)

Probably also a corresponding share API is needed (curl_share_upkeep) because the connection cache can be shared.

curl/libcurl version

7.62.0

@bagder
Copy link
Member

bagder commented Nov 4, 2018

Thanks, but this description sounds as if you're asking for a new feature/change. We use this tracker for bugs and issues only, we put ideas to work on in the future in the TODO document. We basically drown in good ideas so they don't do much use in our tracker.

If you really want to see this happen, start working on an implementation and submit a PR for it or join the mailing list and talk up more interest for it and see what help from others you can get!

@bagder bagder closed this as completed in 29c05ce Nov 5, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Feb 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants