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

Fix steraming response handling for http/2

This commit is contained in:
Nikolay Kim
2018-03-11 16:37:44 -07:00
parent 051703eb2c
commit 4af115a19c
3 changed files with 70 additions and 64 deletions

View File

@ -1,11 +1,14 @@
# Changes
## 0.4.7 (2018-03-xx)
## 0.4.7 (2018-03-11)
* Fix panic on unknown content encoding
* Fix connection get closed too early
* Fix steraming response handling for http/2
## 0.4.6 (2018-03-10)
* Fix client cookie handling