mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 09:05:45 +00:00
update comment
This commit is contained in:
parent
8947052718
commit
a63e05685c
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ impl Client {
|
|||
|
||||
// Connect events
|
||||
socket.connect_event(|_, event, _, stream| {
|
||||
// This condition have effect only for guest TLS connections
|
||||
// * for user certificates validation, use `Connection` impl
|
||||
// Condition applicable only for guest TLS connections
|
||||
// * for user certificates validation, see `new_tls_client_connection`
|
||||
if event == SocketClientEvent::TlsHandshaking {
|
||||
// Begin guest certificate validation
|
||||
stream
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue