﻿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
36293	GZipMiddleware buffers streaming responses	huoyinghui	Farhan Ali	"This ticket proposes adding a test to confirm that `compress_sequence()`
in `django.utils.text` correctly flushes each chunk during gzip streaming.

The absence of `zfile.flush()` would cause compressed output to be buffered,
delaying response delivery in streaming contexts. This test uses timed
chunk generation to verify that data is emitted approximately once per second,
indicating that gzip output is non-blocking when `flush()` is used.

See related PR: https://github.com/django/django/pull/19335"	Bug	closed	HTTP handling	dev	Normal	fixed	gzip flush	Carlton Gibson Matthew Somerville	Ready for checkin	1	0	0	0	0	0
