Skip to content

Commit

Permalink
tris/DelegatedCredentials: config.Clone contains UseDelegatedCredenti…
Browse files Browse the repository at this point in the history
…als field
  • Loading branch information
tsusanka committed Aug 15, 2017
1 parent 3755cb1 commit acc9ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common.go
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ func (c *Config) Clone() *Config {
Max0RTTDataSize: c.Max0RTTDataSize,
AllowShortHeaders: c.AllowShortHeaders,
SessionTicketSealer: c.SessionTicketSealer,
UseDelegatedCredentials: c.UseDelegatedCredentials,
sessionTicketKeys: sessionTicketKeys,
// originalConfig is deliberately not duplicated.
}
Expand Down

0 comments on commit acc9ee8

Please sign in to comment.