Subject: | SPDY support |
Would be nice to have SPDY support now that Chrome isn't the only major
browser to support it - Firefox support started in 11.0, albeit disabled
by default.
https://bugzilla.mozilla.org/show_bug.cgi?id=528288
Haven't looked at the client side much, but for the serverside
implementation a 1.0+ version of OpenSSL with a patch to support the
alternative method extension was needed for 'full' support. There's also
a workaround in that the server can send a header suggesting upgrade to
SPDY (at least this was the case in draft2, that wording is gone from
draft3 but so are a lot of other important things and draft2 appears to
match the serverside support seen in the wild), so if the majority of
SPDY-enabled servers are doing that already then it should work with any
old ssl version - will check and report back when I'm not on a train.
When I get around to uploading them to CPAN, the Protocol::SPDY and
Net::Async::SPDY modules may help for this. Not aware of any other Perl
implementations at this time.