forked from orbit-oss/flask
commit
7df10cd8e0
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ redirects or chain different applications together.
|
||||||
After the request is dispatched and a response is generated and sent,
|
After the request is dispatched and a response is generated and sent,
|
||||||
the request context is popped, which then pops the application context.
|
the request context is popped, which then pops the application context.
|
||||||
Immediately before they are popped, the :meth:`~Flask.teardown_request`
|
Immediately before they are popped, the :meth:`~Flask.teardown_request`
|
||||||
and :meth:`~Flask.teardown_appcontext` functions are are executed. These
|
and :meth:`~Flask.teardown_appcontext` functions are executed. These
|
||||||
execute even if an unhandled exception occurred during dispatch.
|
execute even if an unhandled exception occurred during dispatch.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue