Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ingon committed Jan 16, 2025
1 parent 93911cf commit e44e185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions relay/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func NewServer(cfg Config) (*Server, error) {
if err != nil {
return nil, err
}

statelessResetVal, err := configStore.GetOrInit(configStatelessReset, func(ck ConfigKey) (ConfigValue, error) {
var key quic.StatelessResetKey
if _, err := io.ReadFull(rand.Reader, key[:]); err != nil {
Expand Down

0 comments on commit e44e185

Please sign in to comment.