forked from orbit-oss/flask
Corrected after response for error handlers
Before this change after request functions were not correctly invoked for error handlers.
This commit is contained in:
parent
dbcd64e2ee
commit
9cd32cac32
3 changed files with 50 additions and 4 deletions
2
CHANGES
2
CHANGES
|
|
@ -15,6 +15,8 @@ Version 0.12
|
|||
(pull request ``#1730``).
|
||||
- Revert a behavior change that made the dev server crash instead of returning
|
||||
a Internal Server Error (pull request ``#2006``).
|
||||
- Correctly invoke response handlers for both regular request dispatching as
|
||||
well as error handlers.
|
||||
|
||||
Version 0.11.2
|
||||
--------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue