1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

Fix streaming response with body compression

This commit is contained in:
Nikolay Kim
2018-05-21 20:50:10 -07:00
parent 76d790425f
commit 2159158c30
3 changed files with 28 additions and 2 deletions

View File

@ -2,7 +2,9 @@
## 0.6.9 (2018-05-22)
* Drop connection if request's payload is not fulle consumed #236
* Drop connection if request's payload is not fully consumed #236
* Fix streaming response with body compression
## 0.6.8 (2018-05-20)