Mercurial > p > roundup > code
diff CHANGES.txt @ 8021:98429efb80cb
fix: Send vary header for if-modified-since conditional returning 304
Send the vary: accept-encoding header if a conditional
if-modified-since requests results in a 304 not modified response.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 02 Jun 2024 22:15:10 -0400 |
| parents | 60c98a8a23bd |
| children | 059c125c1a8b |
line wrap: on
line diff
--- a/CHANGES.txt Sun Jun 02 20:35:47 2024 -0400 +++ b/CHANGES.txt Sun Jun 02 22:15:10 2024 -0400 @@ -166,6 +166,8 @@ testing. (John Rouillard) - make If-None-Match work for static file (@@file) case. Found by Redbot testing (John Rouillard) +- Send vary: accept-encoding for if-modified-since conditional + requests where the file is not modified. (John Rouillard) Features:
