mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
drop extra move
This commit is contained in:
parent
730af453f6
commit
70fc128c29
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ impl Client {
|
|||
socket.set_timeout(DEFAULT_TIMEOUT);
|
||||
|
||||
// Connect events
|
||||
socket.connect_event(move |_, event, _, stream| {
|
||||
socket.connect_event(|_, event, _, stream| {
|
||||
// This condition have effect only for guest TLS connections
|
||||
// * for user certificates validation, use `Connection` impl
|
||||
if event == SocketClientEvent::TlsHandshaking {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue