1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

Framed::poll_ready flushes when buffer is full (#409)

This commit is contained in:
brockelmore
2021-11-04 19:43:33 -05:00
committed by GitHub
parent b2cef8fcdb
commit 2080f4c149
4 changed files with 226 additions and 2 deletions

View File

@ -29,6 +29,7 @@ tokio-util = { version = "0.6", features = ["codec", "io"] }
[dev-dependencies]
criterion = { version = "0.3", features = ["html_reports"] }
tokio-test = "0.4.2"
[[bench]]
name = "lines"