mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-24 15:21:33 +00:00
refactor(swarm): remove deprecated inject calls (#3264)
Finishes work first started with https://github.com/libp2p/rust-libp2p/issues/2832
This commit is contained in:
@ -366,7 +366,7 @@ where
|
||||
Err(oneshot::Canceled) => {
|
||||
// The inbound upgrade has errored or timed out reading
|
||||
// or waiting for the request. The handler is informed
|
||||
// via `inject_listen_upgrade_error`.
|
||||
// via `on_connection_event` call with `ConnectionEvent::ListenUpgradeError`.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user