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

Fix client cookie support

This commit is contained in:
Nikolay Kim
2018-03-06 22:36:34 -08:00
parent acd33cccbb
commit c1419413aa
3 changed files with 7 additions and 19 deletions

View File

@ -4,6 +4,8 @@
* Fix compression #103 and #104
* Fix client cookie support #101
* Enable compression support for `NamedFile`
* Better support for `NamedFile` type