]> git.ipfire.org Git - thirdparty/starlette.git/commit
fix handling of scope's client in Request (#1462)
authorAdrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Tue, 1 Feb 2022 11:55:35 +0000 (05:55 -0600)
committerGitHub <noreply@github.com>
Tue, 1 Feb 2022 11:55:35 +0000 (05:55 -0600)
commit6182d0a0bc7e5817197d2919b18d67f70e3a71d1
tree9a09c524a9f1f7298417fb246aad0cf2b050c564
parent565898b3fdce24f85ec279fe998832da1a0ee664
fix handling of scope's client in Request (#1462)
starlette/datastructures.py
starlette/requests.py
tests/test_requests.py
tests/test_testclient.py