Corrected after response for error handlers

Before this change after request functions were not correctly
invoked for error handlers.
This commit is contained in:
Armin Ronacher 2016-09-08 11:55:59 +03:00
parent dbcd64e2ee
commit 9cd32cac32
3 changed files with 50 additions and 4 deletions

View file

@ -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
--------------