mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Process write buffer if filter wrote to write buffer during reading
This commit is contained in:
parent
dd2dda09d1
commit
dec6fd3dd8
14 changed files with 132 additions and 86 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-io"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "Utilities for encoding and decoding frames"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
@ -30,4 +30,4 @@ smallvec = "1"
|
|||
rand = "0.8"
|
||||
env_logger = "0.10"
|
||||
|
||||
ntex = { version = "0.6.0", features = ["tokio"] }
|
||||
ntex = { version = "0.6.1", features = ["tokio"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue