1
0
mirror of https://github.com/kataras/iris.git synced 2026-02-08 19:55:55 +00:00

godoc: minor

This commit is contained in:
Gerasimos (Makis) Maropoulos
2021-04-22 11:52:25 +03:00
parent 382e7c14cb
commit 43079f75d2
5 changed files with 19 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ func TestProxy(t *testing.T) {
config := &tls.Config{
InsecureSkipVerify: true,
MaxVersion: tls.VersionTLS12,
MaxVersion: tls.VersionTLS12,
}
proxy := host.NewProxy("", u, config)