mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +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(
|
self.client.gemini.request_async(
|
||||||
uri.clone(),
|
uri.clone(),
|
||||||
None,
|
None, // default priority
|
||||||
Some(cancellable.clone()),
|
Some(cancellable.clone()),
|
||||||
|
// Search for user certificate match request scope
|
||||||
match self.profile.identity.gemini.match_priority(&self.navigation.request.widget.entry.text()) {
|
match self.profile.identity.gemini.match_priority(&self.navigation.request.widget.entry.text()) {
|
||||||
Some(identity) => match TlsCertificate::from_pem(&identity.pem) {
|
Some(identity) => match TlsCertificate::from_pem(&identity.pem) {
|
||||||
Ok(certificate) => Some(certificate),
|
Ok(certificate) => Some(certificate),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue