]> git.ipfire.org Git - thirdparty/starlette.git/commit
fix(gzip): Make sure Vary header is always added if a response can be compressed...
authorMatthew Messinger <mattmess1221@gmail.com>
Sat, 22 Feb 2025 13:16:21 +0000 (08:16 -0500)
committerGitHub <noreply@github.com>
Sat, 22 Feb 2025 13:16:21 +0000 (10:16 -0300)
commitf13d354e18141cea9041ffad603d98197d880a73
tree61d11880beec5f56fc593883dec7e8cc8c8ab215
parentabe3554720bc747e905f6e9da13d7d46ec320795
fix(gzip): Make sure Vary header is always added if a response can be compressed (#2865)

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