]> git.ipfire.org Git - thirdparty/starlette.git/commit
Take weak ETags in consideration on `StaticFiles` (#2334)
authorneolooong <106021384@live.asia.edu.tw>
Sat, 16 Dec 2023 14:13:21 +0000 (22:13 +0800)
committerGitHub <noreply@github.com>
Sat, 16 Dec 2023 14:13:21 +0000 (07:13 -0700)
commit3c8ab8e74a8c773624d6149d8c04cf5a09d4f1c4
treefa8f4cd5cc752783de604c740cfb1fd6498c2477
parentefa03ebd64b9a1927cb6d0da61784b400fa5a0de
Take weak ETags in consideration on `StaticFiles` (#2334)

Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
starlette/responses.py
starlette/staticfiles.py
tests/test_staticfiles.py