mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Stop write task if io is closed (#416)
This commit is contained in:
parent
3edb54ffdf
commit
db6d3a6e4c
10 changed files with 59 additions and 25 deletions
|
@ -34,11 +34,11 @@ async-std = ["ntex-rt/async-std", "ntex-async-std"]
|
|||
ntex-service = "3"
|
||||
ntex-bytes = "0.1"
|
||||
ntex-http = "0.1"
|
||||
ntex-io = "2.3"
|
||||
ntex-io = "2.4"
|
||||
ntex-rt = "0.4.14"
|
||||
ntex-util = "2"
|
||||
|
||||
ntex-tokio = { version = "0.5", optional = true }
|
||||
ntex-tokio = { version = "0.5.1", optional = true }
|
||||
ntex-compio = { version = "0.1", optional = true }
|
||||
ntex-glommio = { version = "0.5", optional = true }
|
||||
ntex-async-std = { version = "0.5", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue