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 c925bd0 commit 8c13fd4Copy full SHA for 8c13fd4
crates/stackable-webhook/src/tls/cert_resolver.rs
@@ -61,7 +61,7 @@ pub enum CertificateResolverError {
61
#[derive(Debug)]
62
pub struct CertificateResolver {
63
/// Using a [`ArcSwap`] (over e.g. [`tokio::sync::RwLock`]), so that we can easily
64
- /// (and performant) bridge between async write and sync write.
+ /// (and performant) bridge between async write and sync read.
65
current_certified_key: ArcSwap<CertifiedKey>,
66
subject_alterative_dns_names: Arc<Vec<String>>,
67
0 commit comments