remove StatelessResetKey from the Config, it's now on the Transport

This commit is contained in:
Marten Seemann 2023-04-06 19:07:37 +08:00
parent 8189e75be6
commit b79b532b04
7 changed files with 7 additions and 16 deletions

View file

@ -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