﻿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
7275	CacheMiddleware will break any streaming HttpResponse.	bear330	nobody	"If view uses Http Streaming technique, it returns a HttpResponse which its content is a generator. 
CacheMiddleware will break any streaming HttpResponse.

This is because it tries to pickle HttpResponse result to cache backend, but generator can't be pickled.

The view won't return anything, it just hangs.
"		closed	Core (Cache system)	dev		invalid			Unreviewed	0	0	0	0	0	0
