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

Middleware response() is not invoked if there was an error in async handler #187

This commit is contained in:
Nikolay Kim
2018-04-18 14:15:53 -07:00
parent 022f9800ed
commit f907be585e
5 changed files with 41 additions and 3 deletions

View File

@ -1,5 +1,10 @@
# Changes
## 0.5.4 (2018-04-xx)
* Middleware response() is not invoked if there was an error in async handler #187
## 0.5.3 (2018-04-18)
* Impossible to quote slashes in path parameters #182