You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to figure out how long it takes to process a route and if it is successful or not. By creating dispatch controller wrapper to calculate response time with status code and route info for example:
Describe the bug
Trying to figure out how long it takes to process a route and if it is successful or not. By creating dispatch controller wrapper to calculate response time with status code and route info for example:
After Register above wrapper, and if one of controller gives exception then it will give
status_code
value as200
. Which is not accurate.Expected behaviour
response.status_code
should give500
rather then None.Version
turbogears2==2.4.3
The text was updated successfully, but these errors were encountered: