mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-31 09:30:11 +00:00
TUN-8006: Update quic-go to latest upstream
This commit is contained in:
5
vendor/github.com/quic-go/qtls-go1-20/unsafe.go
generated
vendored
5
vendor/github.com/quic-go/qtls-go1-20/unsafe.go
generated
vendored
@@ -94,3 +94,8 @@ func compareStruct(a, b reflect.Type) bool {
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
// InitSessionTicketKeys triggers the initialization of session ticket keys.
|
||||
func InitSessionTicketKeys(conf *Config) {
|
||||
fromConfig(conf).ticketKeys(nil)
|
||||
}
|
||||
|
Reference in New Issue
Block a user