Skip to content

Fix http2 flag not working

feistel requested to merge feistel/gitlab-pages:fix/http2-flag into master

What does this MR do?

From https://golang.org/pkg/net/http/

Starting with Go 1.6, the http package has transparent support for the HTTP/2 protocol when using HTTPS. Programs that must disable HTTP/2 can do so by setting Transport.TLSNextProto (for clients) or Server.TLSNextProto (for servers) to a non-nil, empty map.

TODO

Merge request reports