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

Ensure that Content-Length zero is specified in empty request

This commit is contained in:
Douman
2019-03-02 12:55:31 +03:00
parent 6d11ee683f
commit 42f030d3f4
2 changed files with 90 additions and 3 deletions

View File

@ -12,6 +12,8 @@
* Ignored the `If-Modified-Since` if `If-None-Match` is specified. #680
* Do not remove `Content-Length` on `Body::Empty` and insert zero value if it is missing for `POST` and `PUT` methods.
## [0.7.18] - 2019-01-10
### Added