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
|
// 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue