mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
Fix omitSNI test (#59)
This commit is contained in:
parent
219d12d0a4
commit
4ee6244579
2 changed files with 43 additions and 43 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue