Enable the HTTP/2

Hi,

Did you ever thought about enabling the HTTP2 for gitlab.com ? Most major browsers added HTTP/2 support by the end of 2015. Once you implement HTTP/2 at the server level, users on browser versions that support HTTP/2 will have their sessions with your web app run on HTTP/2, on the other hand, users on older browser versions will have their sessions run on HTTP/1.x

CloudFlare this week enabled the HTTP/2 for every domain and wrote nice summary about differences between HTTP1, SPDY and the HTTP/2 - have a look at https://blog.cloudflare.com/introducing-http2/

I know that enabling the HTTP/2 will not improve the git performance, but for sure browsing the gitlab.com will be nicer :)