update comment

This commit is contained in:
yggverse 2024-12-01 09:29:26 +02:00
parent 8947052718
commit a63e05685c

View file

@ -44,8 +44,8 @@ impl Client {
// Connect events // Connect events
socket.connect_event(|_, event, _, stream| { socket.connect_event(|_, event, _, stream| {
// This condition have effect only for guest TLS connections // Condition applicable only for guest TLS connections
// * for user certificates validation, use `Connection` impl // * for user certificates validation, see `new_tls_client_connection`
if event == SocketClientEvent::TlsHandshaking { if event == SocketClientEvent::TlsHandshaking {
// Begin guest certificate validation // Begin guest certificate validation
stream stream