Function merge_client_hello_lists
pub fn merge_client_hello_lists(
a: impl AsRef<[ClientHelloExtension]>,
b: impl AsRef<[ClientHelloExtension]>,
) -> Vec<ClientHelloExtension>Available on crate features
net and tls only.Expand description
Merge extension lists A and B, with B overwriting any conflict with A, and otherwise push it to the back.