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

ActixStream readiness methods return Ready object (#293)

This commit is contained in:
fakeshadow
2021-03-22 22:50:48 -07:00
committed by GitHub
parent 945479e0c3
commit 0c73f13c8b
6 changed files with 38 additions and 22 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
* `ActixStream::{poll_read_ready, poll_write_ready}` would return `Ready` in Ok variant. [#293]
[#293] https://github.com/actix/actix-net/pull/293
## 2.1.0 - 2021-02-24