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

Fix connection get closed too early

This commit is contained in:
Nikolay Kim
2018-03-11 15:37:33 -07:00
parent 31fbbd3168
commit 051703eb2c
2 changed files with 9 additions and 14 deletions

View File

@ -4,6 +4,8 @@
* Fix panic on unknown content encoding
* Fix connection get closed too early
## 0.4.6 (2018-03-10)
* Fix client cookie handling