karelia / CurlHandle

Cocoa Class wrapping libcurl
54 stars 21 forks source link

CURLHandle cancel should talk to the multi #6

Open samdeane opened 11 years ago

samdeane commented 11 years ago

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.

samdeane commented 11 years ago

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

Solutions: