forked from orbit-oss/flask
Updated request context documentation.
This commit is contained in:
parent
c590e820aa
commit
041c68f48b
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ understand what is actually happening. The new behavior is quite simple:
|
|||
not executed yet or at all (for example in test environments sometimes
|
||||
you might want to not execute before-request callbacks).
|
||||
|
||||
Now what happens on errors? If you are not in debug mode if an exception is not
|
||||
Now what happens on errors? If you are not in debug mode and an exception is not
|
||||
caught, the 500 internal server handler is called. In debug mode
|
||||
however the exception is not further processed and bubbles up to the WSGI
|
||||
server. That way things like the interactive debugger can provide helpful
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue