RE: plan for SPDY support in libsoup



One of major obstacles is TLS layer in libsoup.
Well, while the current libsoup supports gnutls, gnutls doesn't implement NPN, which is essential for SPDY.
some SPDY implementation relies on openssl for NPN, but libsoup would be hard to use openssl due to license conflict.
Then, I came across the NSS project from Mozilla and it implements NPN now.
While I have searched the libsoup history, you, Dan, wrote in the mail-loop some time before that soup supported NSS but removed.
Can we take NSS again for NPN implementation?

Thanks,
Taesoo / Steve.

> -----Original Message-----
> From: Dan Winship [mailto:danw gnome org]
> Sent: Monday, December 10, 2012 7:39 PM
> To: steve jun samsung com
> Cc: libsoup-list gnome org
> Subject: Re: plan for SPDY support in libsoup
> 
> On 12/10/2012 06:55 AM, 전태수 wrote:
> > Recently, chrome and even firefox support SPDY stack for http service.
> >
> > Do we have any plan to support SPDY one?
> 
> I was originally hoping to implement it at some point, but given that
> HTTP/2.0 is now being worked on, and it's intended to eventually replace
> SPDY, I'm not currently planning to do SPDY. But I'd take patches if
> someone else wrote them...
> 
> -- Dan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]