]> git.ipfire.org Git - thirdparty/starlette.git/commit
Raise exception from background task on BaseHTTPMiddleware (#2812)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 22 Feb 2025 13:41:46 +0000 (10:41 -0300)
committerGitHub <noreply@github.com>
Sat, 22 Feb 2025 13:41:46 +0000 (10:41 -0300)
commit5cc4ddf1a5d07388015458e7c6b2ae5df617c372
treeaed23f07b70e3fd063edaf45de42e8e035560009
parentf13d354e18141cea9041ffad603d98197d880a73
Raise exception from background task on BaseHTTPMiddleware (#2812)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
starlette/middleware/base.py
starlette/responses.py
tests/middleware/test_base.py