mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 09:05:45 +00:00
update comment
This commit is contained in:
parent
873489df29
commit
9e3176ca00
1 changed files with 2 additions and 2 deletions
|
|
@ -79,8 +79,8 @@ impl Session {
|
|||
|
||||
// Tools
|
||||
|
||||
// Applies re-handshake to `Connection` to prevent default session resumption
|
||||
// on user certificate change in runtime
|
||||
/// 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() {
|
||||
println!("warning: {e}"); // @TODO keep in mind until solution for TLS 1.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue