andelf / go-curl

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

Fixed retrieving C.CURLINFO_SLIST type in Getinfo function #35

Closed AquaKlaster closed 8 years ago

AquaKlaster commented 8 years ago

Function curl_easy_getinfo_slist now use pointer of pointer of struct instead of pointer of struct.

andelf commented 8 years ago

thanks! :)