[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSURLConnection and SSL
From: |
Maxthon Chan |
Subject: |
Re: NSURLConnection and SSL |
Date: |
Thu, 11 Apr 2013 17:17:50 +0800 |
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 <address@hidden> 写道:
>
> 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.
>
>
- NSURLConnection and SSL, Maxthon Chan, 2013/04/09
- Re: NSURLConnection and SSL, Fred Kiefer, 2013/04/10
- Message not available
- Message not available
- Re: NSURLConnection and SSL, Chan Maxthon, 2013/04/10
- Re: NSURLConnection and SSL, Maxthon Chan, 2013/04/11
- Re: NSURLConnection and SSL, Richard Frith-Macdonald, 2013/04/11
- Re: NSURLConnection and SSL,
Maxthon Chan <=
- Re: NSURLConnection and SSL, Richard Frith-Macdonald, 2013/04/11
- Message not available
- Re: NSURLConnection and SSL, Maxthon Chan, 2013/04/11
- Message not available
- Re: NSURLConnection and SSL, Richard Frith-Macdonald, 2013/04/11