mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
remove deprecated action
This commit is contained in:
parent
2ed2f9fef7
commit
b76fd41deb
@ -426,11 +426,7 @@ impl Page {
|
|||||||
Ok(certificate) => Some(certificate),
|
Ok(certificate) => Some(certificate),
|
||||||
Err(reason) => todo!("{reason}"),
|
Err(reason) => todo!("{reason}"),
|
||||||
},
|
},
|
||||||
None => {
|
None => None,
|
||||||
// Use unauthorized (random) TLS connection
|
|
||||||
client.socket.set_tls(true);
|
|
||||||
None
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Listen for connection status updates
|
// Listen for connection status updates
|
||||||
|
Loading…
x
Reference in New Issue
Block a user