Fix omitSNI test (#59)

This commit is contained in:
maxb 2020-08-14 12:45:39 -07:00 committed by GitHub
parent 219d12d0a4
commit 4ee6244579
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 43 additions and 43 deletions

View file

@ -387,7 +387,7 @@ func runUTLSClientTestForVersion(t *testing.T, template *clientTest, prefix, opt
}
test.args = append([]string(nil), test.args...)
test.args = append(test.args, option)
test.runUTLS(t, *update, helloID, false)
test.runUTLS(t, *update, helloID, omitSNI)
}
func runUTLSClientTestTLS12(t *testing.T, template *clientTest, helloID ClientHelloID) {