update comment

This commit is contained in:
yggverse 2024-11-30 03:16:40 +02:00
parent ab9c7f4400
commit a0fa799163

View file

@ -79,7 +79,7 @@ impl Session {
// Tools
// Applies re-handshake to connection to prevent default session resumption
// Applies re-handshake to `Connection` to prevent default session resumption
// on user certificate change in runtime
pub fn rehandshake(connection: &Connection) {
if let Err(e) = connection.rehandshake() {