update comment

This commit is contained in:
yggverse 2024-11-27 20:06:44 +02:00
parent b1b35e059b
commit 1fbcfcfff0

View file

@ -39,7 +39,7 @@ impl Client {
// Connect events
socket.connect_event(move |_, event, _, stream| {
// 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 {
// Begin guest certificate validation
stream