﻿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
34405	"Improper guessing of Mime Type for ""br"" and ""Z"" file types"	chamalsl	Mariusz Felisiak	"Below FileResponse will set the content type as text/html, even if the last file extension is ""Z' or ""br"".

{{{
FileResponse(open('test.html.Z', 'rb'))
FileResponse(open('test.html.br', 'rb'))
}}}
"	Bug	closed	HTTP handling	4.1	Normal	fixed		chamalsl	Accepted	1	0	0	0	0	0
