Well I checked again, the current NSURLCnnection does not seem to work on my Ubuntu VM at all. I built it from scratch. What did I miss? I am using the latest libcurl and wrapping it into my NSURLConnection implementation and it will be used even on OS X (renamed WFURLConnection and linked against Apple's Foundation)
By the way, my extension will export a load of extra API which is technically a wrapper around libcurl functions. 在 2013-4-11,下午5:14,Richard Frith-Macdonald <[email protected]> 写道: > > On 11 Apr 2013, at 09:59, Maxthon Chan wrote: > >> About this issue, I am rewriting NSURLConnection in an API compatible manner >> using libcurl. Can I submit it after it is done? > > We really try to avoid dependencies on external libraries unless they really > have a lot to offer that we can't reasonably implement. > Last time I looked at libcurl (admittedly a few years ago) it looked pretty > ugly/hard to work with (not fitting well with object oriented design and our > APIs), and didn't really offer anything much in the way of functionality... > so I think it would probably make more sense to improve/bugfix any issues in > the existing code rather than using libcurl. > > That being said, there's no reason not to incorporate a libcurl version of > the classes as an optional implementation selectable when you run the > configure script. > > _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
