]> git.ipfire.org Git - thirdparty/starlette.git/commit
Document interaction of BaseHTTPMiddleware and contextvars (#1525)
authorAdrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Sun, 24 Apr 2022 04:48:50 +0000 (23:48 -0500)
committerGitHub <noreply@github.com>
Sun, 24 Apr 2022 04:48:50 +0000 (06:48 +0200)
commit5a9b41475ae1f54942ee67f90154f5da8f36e117
tree5f5cf11078645382bbefefdc87acf7ef3baf89ba
parentce0709d340fd313ae96a11abfc50972041394ebb
Document interaction of BaseHTTPMiddleware and contextvars (#1525)

* test: document behavior of ContextVars with BaseHTTPMiddleware

* lint & fix

* add pragma

* Update test_base.py

* Update tests/middleware/test_base.py

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
* fix typo

* try to make comment clearer

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
tests/middleware/test_base.py