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

let Path::from_request() fail with ErrorNotFound

This commit is contained in:
Niklas Fiekas
2018-05-08 22:45:28 +02:00
parent b3cc43bb9b
commit 6f75b0e95e
2 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,8 @@
* Fix connector's default `keep-alive` and `lifetime` settings #212
* Send `ErrorNotFound` instead of `ErrorBadRequest` when path extractor fails #214
## 0.6.0 (2018-05-08)
* Add route scopes #202