﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
36688	GzipMiddleware adds 'Vary: Accept-Encoding' unnecessarily	Adam Johnson	Adam Johnson	"`GZipMiddleware` has an early-return path when the compressed content is longer than the original, to save bandwidth. Unfortunately, in this case, it still adds `Vary: Accept-Encoding`, slightly degrading HTTP cache performance.

The fix is to move the `patch_vary_headers()` call later."	Bug	closed	HTTP handling	dev	Normal	invalid			Unreviewed	0	0	0	0	0	0
