close the connection when the client sends a TLS version < TLS 1.3

This commit is contained in:
Marten Seemann
2020-09-11 12:11:21 +07:00
parent 021b355b47
commit a603c0ad1a
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/golang/protobuf v1.4.2
github.com/marten-seemann/qpack v0.2.0
github.com/marten-seemann/qtls v0.10.0
github.com/marten-seemann/qtls-go1-15 v0.1.0
github.com/marten-seemann/qtls-go1-15 v0.1.1
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
go.opencensus.io v0.22.2