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

Curl::Multi.http call of the on_complete callback expectes an unsupplied parameter #270

Closed
sriedel opened this issue Nov 12, 2015 · 0 comments

Comments

@sriedel
Copy link
Contributor

sriedel commented Nov 12, 2015

In curb_easy.c on_complete is called as

       easy.on_complete {|curl,code| 

however only the curl parameter will be set by the callbacks invocation as per Curl::Easy.on_callback documentation.

sriedel pushed a commit to sriedel/curb that referenced this issue Nov 12, 2015
@taf2 taf2 closed this as completed in #273 Nov 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant