﻿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
17514	GZip middleware lacks tests and sends compressed responses when larger than the original	Aaron Cannon	Aymeric Augustin	"The GZip middleware does not currently have any tests.  

In addition, in some cases it is not efficient to send a compressed response when the data doesn't compress.  After the data is compressed, a check should be performed to see if the compressed data is equal to or larger than the original data, and if so, the original data should be returned instead of the compressed data.  This will save a minuscule amount of bandwidth, but it will also save the recipient from having to decompress data."	Cleanup/optimization	closed	Uncategorized	dev	Normal	fixed	gzip, tests		Accepted	1	0	0	0	0	0
