bji / libs3

Other
157 stars 151 forks source link

extension to support curl_multi_socket_action operation #69

Closed alexeip0 closed 6 years ago

alexeip0 commented 7 years ago

Make libs3 work with curl_multi_socket_action mode where libs3 user will drive socket polling instructed directly by curl through a set of callbacks.

This is an addition to the existing curl_multi_perform mode where libs3 does the polling itself.