fix(net): improve error propagation (#620)

* fix(net): improve error propagation

* refactor: unify on closed session

* add noop helpers

* add noop helpers

* test setup

* test: add dropped connection test

* rename mock --> test-utils
This commit is contained in:
Matthias Seitz
2022-12-29 16:05:56 +01:00
committed by GitHub
parent 96735ecfdc
commit 3ab6c278e8
12 changed files with 182 additions and 34 deletions

View File

@ -44,4 +44,4 @@ tokio = { version = "1", features = ["full"] }
reth-tracing = { path = "../../tracing" }
[features]
mock = ["rand"]
test-utils = ["rand"]