mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update comments
This commit is contained in:
parent
a865a73a8b
commit
262e11d677
1 changed files with 3 additions and 2 deletions
|
|
@ -424,11 +424,12 @@ impl Page {
|
|||
}
|
||||
});
|
||||
|
||||
// Create connection
|
||||
// Begin new socket request
|
||||
self.client.gemini.request_async(
|
||||
uri.clone(),
|
||||
None,
|
||||
None, // default priority
|
||||
Some(cancellable.clone()),
|
||||
// Search for user certificate match request scope
|
||||
match self.profile.identity.gemini.match_priority(&self.navigation.request.widget.entry.text()) {
|
||||
Some(identity) => match TlsCertificate::from_pem(&identity.pem) {
|
||||
Ok(certificate) => Some(certificate),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue