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

@ -2,8 +2,10 @@
## Unreleased - 2021-xx-xx
* Added `LinesCodec.` [#338]
* `Framed::poll_ready` flushes when the buffer is full. [#409]
[#338]: https://github.com/actix/actix-net/pull/338
[#409]: https://github.com/actix/actix-net/pull/409
## 0.4.0 - 2021-04-20