update comment

This commit is contained in:
yggverse 2024-11-30 05:38:14 +02:00
parent 36569da73b
commit a715e7632a

View file

@ -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`, 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