Add test for faketls type and version

This commit is contained in:
9seconds
2021-03-30 16:45:07 +03:00
parent 87a720dd58
commit 23c42def4f
2 changed files with 80 additions and 1 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ func (v Version) String() string {
return "tls1.3"
}
return fmt.Sprintf("tls(%d)", uint16(v))
return fmt.Sprintf("tls?(%d)", uint16(v))
}
func (v Version) Valid() error {