diff options
| author | farhan <farhanalirazaazeemi@gmail.com> | 2025-12-13 23:33:33 +0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-03-09 08:41:00 -0400 |
| commit | 12bb16da8fbadac34e2de318cc79d7d765f35a96 (patch) | |
| tree | e1ad54809d460e2139f1436492432072a8c45427 /tests/conditional_processing | |
| parent | 787166fe27b0e7c7f97505da5766cfa72e76ae25 (diff) | |
Fixed #36293 -- Avoided buffering streaming responses in GZipMiddleware.
This avoids latency and/or blocking.
The example of streaming a CSV file was rewritten to employ batching for
greater efficiency in all layers (db, HTTP, etc.). The improved
performance from batching should outweigh the drag introduced by an
additional byte for each flush.
Co-authored-by: huoyinghui <huoyinghui@users.noreply.github.com>
Diffstat (limited to 'tests/conditional_processing')
0 files changed, 0 insertions, 0 deletions
