Yes. Chrome is enabled by default and used for all connections to google,
and it has a nice debug interface (chrome://net-internals/#sockets ).  You
can select 'capture -> include bytes', than
in events you can see all frames, and in 'spdy' you see the live
connections.
Also can start it with "--use-spdy=no-compress,no-ssl" and test with tomcat
jio connector, without
apr and the new openssl.

I'm going to add spdy support to the NIO connector next - need feedback on
how to handle the dependency - see http://wiki.eclipse.org/Jetty/Feature/NPN

I guess it'll be a separate class implementing 'npn handler for nio' ( like
it is hooked in the apr protocol), and in order to use it you'll need to
download the npn-boot.

Costin

On Wed, Mar 14, 2012 at 5:32 AM, Konstantin Kolinko
<knst.koli...@gmail.com>wrote:

> 2012/2/2 Costin Manolache <cos...@gmail.com>:
> >
> > Some initial patch for SPDY - using the NPN SSL extension, as required by
> > chrome/firefox.
> >
>
> Firefox 11.0 that just has been released as stable has support for SPDY.
>
> It is disabled by default. According to the docs,
> "To use it right now you'll need to set
> network.http.spdy.enabled to true in about:config"
>
> [1] https://www.mozilla.org/en-US/firefox/11.0/releasenotes/
> [2] https://bugzilla.mozilla.org/show_bug.cgi?id=528288#c174
>
>
Yes.


> Best regards,
> Konstantin Kolinko
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>

Reply via email to