[feature request]是否考虑增加HTTP2协议支持?

Bitcorn使用的openresty已经带了ngx_http_v2模块,既然已经默认开启了https,只需要简单配置一下(见下文)即可支持http2,让现代浏览器可以更快速的加载支持的网站。

listen 443 ssl http2;
望参考,谢谢!

Best regards.

GaRY

2017-08-10 15:57 from GaRY
Comments
Write a Comment
  • Hepo reply

    @GaRY Thanks, 但是,这个,已经支持 HTTP2 了呢……

  • [G@MBP ~ ]$ curl --http2 -i https://www.bitcron.com

    curl: (1) Unsupported protocol

    好吧,是我的curl问题么。。。?

    • Hepo reply

      @G 不清楚……

      在Chrome 上可以确定是 HTTP2 的 chrome://net-internals/#http2