Early data option
This commit is contained in:
parent
e08c70709f
commit
9518cc8b73
4 changed files with 23 additions and 6 deletions
|
|
@ -76,6 +76,7 @@ impl ServerCryptoBase {
|
|||
.with_safe_default_protocol_versions()?
|
||||
.with_no_client_auth()
|
||||
.with_cert_resolver(Arc::new(resolver_local));
|
||||
server_crypto_local.max_early_data_size = 8192;
|
||||
|
||||
#[cfg(feature = "http3")]
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue