1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Skip empty chucks for BodyStream and SizedStream (#1308)

* Skip empty chucks for BodyStream and SizedStream when streaming response (#1267)

* Fix tests to fail on previous implementation

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
Kai Ren
2020-01-28 10:28:09 +01:00
committed by Yuki Okushi
parent 74dcc7366d
commit cdba30d45f
2 changed files with 70 additions and 10 deletions

View File

@ -4,7 +4,9 @@
### Changed
* Use `sha-1` crate instead of unmaintained `sha1` crate
* Use `sha-1` crate instead of unmaintained `sha1` crate
* Skip empty chunks when returning response from a `Stream` #1308
## [2.0.0] - 2019-12-25