mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-13 06:20:02 -04:00
cargo fmt
This commit is contained in:
parent
5400ae32cc
commit
7f37c8338e
1 changed files with 4 additions and 1 deletions
|
@ -165,7 +165,10 @@ async fn main() -> anyhow::Result<()> {
|
||||||
.init();
|
.init();
|
||||||
validate_config_cache();
|
validate_config_cache();
|
||||||
|
|
||||||
info!("listening on {:?} with socket type {:?}", CONFIG.server.bind, CONFIG.server.socket);
|
info!(
|
||||||
|
"listening on {:?} with socket type {:?}",
|
||||||
|
CONFIG.server.bind, CONFIG.server.socket
|
||||||
|
);
|
||||||
|
|
||||||
tokio::spawn(async {
|
tokio::spawn(async {
|
||||||
let mut sig = signal(SignalKind::user_defined1()).unwrap();
|
let mut sig = signal(SignalKind::user_defined1()).unwrap();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue