mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Refactor framed io (#67)
* refactor framed io * allow to add filters * move io code to separate module * add into_boxed() * remove uneeded IO_STOP state * simplify on_disconnect storage * cleanup io state * add io connector
This commit is contained in:
parent
2188d92725
commit
841ad736d4
30 changed files with 3839 additions and 408 deletions
|
@ -16,5 +16,5 @@ syn = { version = "^1", features = ["full", "parsing"] }
|
|||
proc-macro2 = "^1"
|
||||
|
||||
[dev-dependencies]
|
||||
ntex = "0.3.1"
|
||||
ntex = "0.4.10"
|
||||
futures = "0.3.13"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue