Disable resumption
This commit is contained in:
parent
c053e4ada3
commit
2a8aba6346
8 changed files with 27 additions and 21 deletions
|
|
@ -14,9 +14,9 @@ publish.workspace = true
|
|||
|
||||
[features]
|
||||
default = [
|
||||
"provider-ring",
|
||||
"provider-openssl",
|
||||
# "http3-quinn",
|
||||
"cache",
|
||||
# "cache",
|
||||
"rustls-backend",
|
||||
"sticky-cookie",
|
||||
# "acme",
|
||||
|
|
@ -86,3 +86,6 @@ rpxy-certs = { path = "../rpxy-certs/", default-features = false, features = [
|
|||
rpxy-acme = { path = "../rpxy-acme/", default-features = false, optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
[patch.crates-io]
|
||||
rustls = { path = "../rustls" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue