You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl_write_cb and curl_header_cb both assume that the data passed in as context will be a Channel and write appropriate objects to it.
We can simplify this logic by passing in a Julia function that accepts the data as its first argument and any context as a second argument. Callers could then do their own data handling without waiting for the intermediate Channel processing.
curl_write_cb
andcurl_header_cb
both assume that the data passed in as context will be a Channel and write appropriate objects to it.We can simplify this logic by passing in a Julia function that accepts the data as its first argument and any context as a second argument. Callers could then do their own data handling without waiting for the intermediate Channel processing.
Note: This extends the request from #7
The text was updated successfully, but these errors were encountered: