karelia / CurlHandle

Cocoa Class wrapping libcurl
54 stars 21 forks source link

IPv6 Support #14

Closed anthonysomerset closed 11 years ago

anthonysomerset commented 11 years ago

I remember the old (ancient) versions had zero support for IPv6, is this still the case in current versions, i cant find any release notes that suggest it is now supported

if not consider this is a feature request :)

mikeabdullah commented 11 years ago

As far as I'm aware IPv6 requests work just fine. We're simply handing off URL strings to libcurl; not doing any address-specific handling that I recall. Try it, and let me know if there's a problem :)

anthonysomerset commented 11 years ago

confirmed works fine!