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

CURLHandle cancel should talk to the multi #6

Open
samdeane opened this issue Feb 12, 2013 · 1 comment
Open

CURLHandle cancel should talk to the multi #6

samdeane opened this issue Feb 12, 2013 · 1 comment
Assignees

Comments

@samdeane
Copy link
Contributor

CURLHandle cancel should talk to the multi and tell it to remove the handle - currently it sort of works the other way round, which means that you need access to the multi.

@ghost ghost assigned samdeane Feb 12, 2013
@samdeane
Copy link
Contributor Author

The problem with this is that CURLHandle doesn't keep a reference to the multi.

Solutions:

  • don't do it :)
  • pass the multi in to cancel, and assume the default one if none was given
  • ??

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