Browse Source

Updated request context documentation.

pull/2293/head
Tully Rankin 7 years ago
parent
commit
041c68f48b
  1. 2
      docs/reqcontext.rst

2
docs/reqcontext.rst

@ -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 not executed yet or at all (for example in test environments sometimes
you might want to not execute before-request callbacks). 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 caught, the 500 internal server handler is called. In debug mode
however the exception is not further processed and bubbles up to the WSGI however the exception is not further processed and bubbles up to the WSGI
server. That way things like the interactive debugger can provide helpful server. That way things like the interactive debugger can provide helpful

Loading…
Cancel
Save