Mercurial > p > roundup > code
diff CHANGES.txt @ 6539:f8df7fed18f6
issue2551175 - Make ETag content-encoding aware.
HTTP ETag headers now include a suffix (-gzip, -br, -zstd) indicating
the content-encoding used to send the data per rfc7232. Validate any
form of ETag by stripping a suffix (if present).
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 01 Dec 2021 19:52:54 -0500 |
| parents | 82f870433b18 |
| children | 9aa8df0b4426 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Nov 30 00:21:55 2021 -0500 +++ b/CHANGES.txt Wed Dec 01 19:52:54 2021 -0500 @@ -47,6 +47,10 @@ created using 1.2.0 or newer. The fix may have predated the 1.2.0 release but where the fix actually landed (representing id as a string and not as an int) is unknown. +- issue2551175 - Make ETag content-encoding aware. HTTP ETag headers + now include a suffix indicating the content-encoding used to send + the data per rfc7232. Properly validate any form of ETag suffixed or + non-suffixed for If-Match. Features:
