mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
net: Allow SSL websockets to use dynamic list of certs as well.
This commit is contained in:
parent
0ce2aa917a
commit
433c154595
3 changed files with 19 additions and 6 deletions
|
@ -727,6 +727,8 @@ impl CoreResourceManager {
|
|||
action_receiver,
|
||||
http_state.clone(),
|
||||
self.certificate_path.clone(),
|
||||
http_state.extra_certs.clone(),
|
||||
http_state.connection_certs.clone(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue