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

Actix-files will always send SizedStream (#1496)

* Fixes #1384

* There is no need to set no_chunking

* Test content-length for static files

* Update the tests

* Add Changelog

* Try to simply fix Windows test issues!

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Omid Rad
2020-05-17 23:54:42 +02:00
committed by GitHub
parent 7fe426f626
commit b0866a8a0f
3 changed files with 63 additions and 104 deletions

View File

@ -3,6 +3,7 @@
## [Unreleased] - 2020-xx-xx
* Bump minimum supported Rust version to 1.40
* Support sending Content-Length when Content-Range is specified #1384
## [0.2.1] - 2019-12-22