Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/server.go b/server.go
index bee3e5f2..cfc1dbb9 100644
--- a/server.go
+++ b/server.go
@@ -57,9 +57,6 @@ func listenAndServeTLS(fd uintptr, cert, key []byte, handler http.HandlerFunc, t
tlsConfig := &tls.Config{}
tlsConfig.GetCertificate = tlsHandler
- tlsConfig.NextProtos = []string{
- "http/1.1",
- }
tlsConfig.Certificates = []tls.Certificate{
certificate,
}