forked from quic-go/quic-go
remove StatelessResetKey from the Config, it's now on the Transport
This commit is contained in:
@@ -207,7 +207,6 @@ func (t *Transport) init(conf *Config) error {
|
||||
return
|
||||
}
|
||||
|
||||
t.StatelessResetKey = conf.StatelessResetKey
|
||||
t.Tracer = conf.Tracer
|
||||
t.ConnectionIDLength = conf.ConnectionIDLength
|
||||
t.ConnectionIDGenerator = conf.ConnectionIDGenerator
|
||||
|
||||
Reference in New Issue
Block a user