Howdy all,
Just posted this to the Google Group, but I think it bears repeating here:
We just released OpenLiteSpeed 1.3.7 and 1.4.4. Both versions support HTTP/2 draft 16. We're very excited about HTTP/2's impending release and will do our best to support it as soon and as fully as possible.
Our HTTP/2 implementation supports ALPN, NPN, and the Upgrade header (for starting HTTP/2 over a non-encrypted connection). At the moment, we do not support server push — we do not believe this will be heavily implemented early on.
Enabling HTTP/2 support is essentially the same as enabling SPDY support: If you're compiling from source, you need OpenSSL 1.0.1 and need to use the --enable-spdy option. (You can also use --enable-http2. Currently, they do the same thing.) If you download from our repository, HTTP/2 support is built in. I will update the documentation to reflect this soon.
This has been a lot of work over the past few weeks. Thank you for bearing with us if we've been a little less communicative than usual.
On to the next step!
Cheers,
Michael
Just posted this to the Google Group, but I think it bears repeating here:
We just released OpenLiteSpeed 1.3.7 and 1.4.4. Both versions support HTTP/2 draft 16. We're very excited about HTTP/2's impending release and will do our best to support it as soon and as fully as possible.
Our HTTP/2 implementation supports ALPN, NPN, and the Upgrade header (for starting HTTP/2 over a non-encrypted connection). At the moment, we do not support server push — we do not believe this will be heavily implemented early on.
Enabling HTTP/2 support is essentially the same as enabling SPDY support: If you're compiling from source, you need OpenSSL 1.0.1 and need to use the --enable-spdy option. (You can also use --enable-http2. Currently, they do the same thing.) If you download from our repository, HTTP/2 support is built in. I will update the documentation to reflect this soon.
This has been a lot of work over the past few weeks. Thank you for bearing with us if we've been a little less communicative than usual.
On to the next step!
Cheers,
Michael