parent
089001bd92
commit
f7f09b028b
2 changed files with 5 additions and 0 deletions
|
@ -186,6 +186,10 @@ int AtomCertVerifier::Verify(const RequestParams& params,
|
|||
}
|
||||
}
|
||||
|
||||
void AtomCertVerifier::SetConfig(const Config& config) {
|
||||
default_cert_verifier_->SetConfig(config);
|
||||
}
|
||||
|
||||
void AtomCertVerifier::RemoveRequest(const RequestParams& params) {
|
||||
auto it = inflight_requests_.find(params);
|
||||
if (it != inflight_requests_.end())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue