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

Do not set Content-Length header, let actix-http set it #930

This commit is contained in:
Nikolay Kim
2019-06-28 11:42:20 +06:00
parent 596483ff55
commit a3a78ac6fb
4 changed files with 32 additions and 29 deletions

View File

@ -1,5 +1,10 @@
# Changes
## [0.1.3] - 2019-06-28
* Do not set `Content-Length` header, let actix-http set it #930
## [0.1.2] - 2019-06-13
* Content-Length is 0 for NamedFile HEAD request #914