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
ed68c22010
commit
2e6cdb000b
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ impl Connection {
|
||||||
Some(tls_client_connection) => Ok(tls_client_connection),
|
Some(tls_client_connection) => Ok(tls_client_connection),
|
||||||
// Guest session
|
// Guest session
|
||||||
None => {
|
None => {
|
||||||
// Create new wrapper to interact `TlsClientConnection` API
|
// Create new wrapper for `IOStream` to interact it `TlsClientConnection` API
|
||||||
match TlsClientConnection::new(
|
match TlsClientConnection::new(
|
||||||
self.stream().as_ref(),
|
self.stream().as_ref(),
|
||||||
self.server_identity.as_ref(),
|
self.server_identity.as_ref(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue