1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-09-02 17:46:39 +02:00

fix InFlightService::poll_ready() nested service rediness check

This commit is contained in:
Nikolay Kim
2019-03-12 15:48:02 -07:00
parent 6801a38de5
commit 5e6eed905c
3 changed files with 10 additions and 5 deletions

View File

@@ -6,6 +6,11 @@
* `TimeoutService`, `InOrderService`, `InFlightService` accepts generic IntoService services.
### Fixed
* Fix `InFlightService::poll_ready()` nested service readiness check
## [0.3.3] - 2019-03-09
### Changed