]> source.dussan.org Git - gitea.git/commit
Support HTTP/2 in Let's Encrypt (#16371)
authorStanley Hu <stanthetiger@yahoo.com>
Tue, 13 Jul 2021 17:17:46 +0000 (01:17 +0800)
committerGitHub <noreply@github.com>
Tue, 13 Jul 2021 17:17:46 +0000 (18:17 +0100)
commit3dba75fb9700548f27dbe2f61dd148f392ae13a0
tree73925f4f04ac29262c8d7ee0bc4a890525ae3998
parent57ee06fb949dcb2aeae9a17843118d76003d3b20
Support HTTP/2 in Let's Encrypt (#16371)

Modify the tlsConfig.NextProtos for Let's Encrypt and built-in HTTPS server in order to support HTTP/2.

Co-authored-by: 6543 <6543@obermui.de>
cmd/web_letsencrypt.go
modules/graceful/server.go