﻿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	Add test to verify non-blocking behavior of compress_sequence() with zfile.flush()	huoyinghui		"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/XXXXX"	Uncategorized	new	Uncategorized	5.2	Normal		gzip blocking		Unreviewed	1	0	0	0	0	0
