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

use new gzdecoder, fixes gz streaming #228

This commit is contained in:
Nikolay Kim
2018-07-31 09:06:05 -07:00
parent 4dba531bf9
commit 3bd43090fb
4 changed files with 32 additions and 99 deletions

View File

@ -10,6 +10,8 @@
* Do not override HOST header for client request #428
* Gz streaming, use `flate2::write::GzDecoder` #228
## [0.7.2] - 2018-07-26