Skip to content

multi: set in_callback for multi interface callbacks#8286

Closed
bagder wants to merge 2 commits into
masterfrom
bagder/multi-in-callback
Closed

multi: set in_callback for multi interface callbacks#8286
bagder wants to merge 2 commits into
masterfrom
bagder/multi-in-callback

Conversation

@bagder

@bagder bagder commented Jan 16, 2022

Copy link
Copy Markdown
Member

This makes most libcurl functions return error if called from within a
callback using the same multi handle. For example timer or socket
callbacks calling curl_multi_socket_action.

This makes most libcurl functions return error if called from within a
callback using the same multi handle. For example timer or socket
callbacks calling curl_multi_socket_action.
... to not call libcurl recursively back.
@bagder bagder closed this in 340bb19 Jan 17, 2022
bagder added a commit that referenced this pull request Jan 17, 2022
... to not call libcurl recursively back.

Closes #8286
@bagder bagder deleted the bagder/multi-in-callback branch January 17, 2022 15:45
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.

1 participant