mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 17:45:35 +00:00
update comment
This commit is contained in:
parent
b1b35e059b
commit
1fbcfcfff0
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ impl Client {
|
||||||
// Connect events
|
// Connect events
|
||||||
socket.connect_event(move |_, event, _, stream| {
|
socket.connect_event(move |_, event, _, stream| {
|
||||||
// This condition have effect only for guest TLS connections
|
// This condition have effect only for guest TLS connections
|
||||||
// * for user certificates validation, use `Connection` impl
|
// * for user certificates validation, use `Connection` auth
|
||||||
if event == SocketClientEvent::TlsHandshaking {
|
if event == SocketClientEvent::TlsHandshaking {
|
||||||
// Begin guest certificate validation
|
// Begin guest certificate validation
|
||||||
stream
|
stream
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue