andelf / go-curl

golang curl(libcurl) binding.
Apache License 2.0
478 stars 130 forks source link

Curl multi enhancement - support of curl_multi_fdset and curl_multi_info_read. #20

Closed Pyrrvs closed 10 years ago

Pyrrvs commented 10 years ago

Add support for curl_multi_fdset and curl_multi_info_read.

Add a getter for C Easy handle pointer in the Easy structure.

andelf commented 10 years ago

Thanks, great job!