We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9f9fd commit a8b7663Copy full SHA for a8b7663
src/client/csfle/state_machine.rs
@@ -64,6 +64,7 @@ impl CryptExecutor {
64
metadata_client: None,
65
#[cfg(feature = "azure-kms")]
66
azure: azure::ExecutorState::new()?,
67
+ #[cfg(feature = "socks5-proxy")]
68
proxy: None,
69
})
70
}
0 commit comments