feat(rustproxy-http): add HTTP/2 auto-detection via ALPN with TTL-backed protocol cache and h1-only/h2 ALPN client configs
This commit is contained in:
@@ -367,6 +367,7 @@ pub struct NfTablesOptions {
|
||||
pub enum BackendProtocol {
|
||||
Http1,
|
||||
Http2,
|
||||
Auto,
|
||||
}
|
||||
|
||||
/// Action options.
|
||||
|
||||
Reference in New Issue
Block a user