mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
update comment
This commit is contained in:
parent
a715e7632a
commit
fbfd7a2c67
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ impl Client {
|
|||
// * guest sessions will not work without!
|
||||
self.socket.set_tls(certificate.is_none());
|
||||
|
||||
// Update previous session if available for this `uri`, does force rehandshake on certificate change
|
||||
// Update previous session if available for this `uri`, does force rehandshake on `certificate` change
|
||||
match self.session.update(&uri, certificate.as_ref()) {
|
||||
// Begin new connection
|
||||
// * [NetworkAddress](https://docs.gtk.org/gio/class.NetworkAddress.html) required for valid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue