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

Allow to disable Content-Disposition header #686

This commit is contained in:
Nikolay Kim
2019-07-20 11:43:49 +06:00
parent 3618a84164
commit 7bca1f7d8d
3 changed files with 74 additions and 18 deletions

View File

@ -1,5 +1,10 @@
# Changes
## [0.1.4] - 2019-07-20
* Allow to disable `Content-Disposition` header #686
## [0.1.3] - 2019-06-28
* Do not set `Content-Length` header, let actix-http set it #930