We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c669c commit 674b24fCopy full SHA for 674b24f
1 file changed
src/lib.rs
@@ -36,7 +36,7 @@ pub struct MitmProxy<I> {
36
/// If None, proxy will just tunnel HTTPS traffic and will not observe HTTPS traffic.
37
pub root_issuer: Option<I>,
38
/// Cache to store generated certificates. If None, cache will not be used.
39
- /// If root_cert is None, cache will not be used.
+ /// If root_issuer is None, cache will not be used.
40
///
41
/// The key of cache is hostname.
42
pub cert_cache: Option<Cache<String, CertifiedKeyDer>>,
0 commit comments