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

Ignored the If-Modified-Since if If-None-Match is specified (#680) (#692)

This commit is contained in:
cuebyte
2019-02-08 22:33:00 +01:00
committed by Douman
parent b018e4abaf
commit c695358bcb
2 changed files with 45 additions and 0 deletions

View File

@ -6,6 +6,10 @@
* Add `from_file` and `from_file_with_config` to `NamedFile` to allow sending files without a known path. #670
### Fixed
* Ignored the `If-Modified-Since` if `If-None-Match` is specified. #680
## [0.7.18] - 2019-01-10
### Added