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
8618b31570
commit
653960c1ab
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ impl Connection {
|
|||
|
||||
/// Request force handshake for `Self` connection
|
||||
/// * useful for certificate change in runtime
|
||||
/// * support guest and user sessions
|
||||
pub fn rehandshake(&self) -> Result<(), Error> {
|
||||
match self.tls_client_connection()?.handshake(Cancellable::NONE) {
|
||||
// @TODO shared `Cancellable`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue