swatkat / twitcurl

twitcurl is a pure C++ library for twitter APIs.
157 stars 54 forks source link

Only use CURLOPT_INTERFACE when needed #63

Closed daniel-lucio closed 9 years ago

daniel-lucio commented 9 years ago

Only use the interface parameter if the interface is set, otherwise curl will fail

swatkat commented 9 years ago

Thanks a lot :)