mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
stop using net.Error.Temporary in tests
This commit is contained in:
parent
0c6b3dfa93
commit
4f85f45f0a
5 changed files with 0 additions and 7 deletions
|
@ -300,7 +300,6 @@ func runHandshake(runConfig [confLen]byte, messageConfig uint8, clientConf *tls.
|
|||
serverConf.ClientAuth = getClientAuth(runConfig[1] & 0b00000111)
|
||||
serverConf.CipherSuites = getSuites(runConfig[1] >> 6)
|
||||
serverConf.SessionTicketsDisabled = helper.NthBit(runConfig[1], 3)
|
||||
clientConf.PreferServerCipherSuites = helper.NthBit(runConfig[1], 4)
|
||||
if helper.NthBit(runConfig[2], 0) {
|
||||
clientConf.RootCAs = x509.NewCertPool()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue