Changes between Version 1 and Version 2 of Ticket #36293, comment 6
- Timestamp:
- Apr 7, 2025, 5:14:32 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36293, comment 6
v1 v2 1 1 2 2 I hope you can help me make the naming of the code configuration more standardized. 3 3 I’ve already resolved this in my own project by subclassing GZipMiddleware to skip compression for responses with Content-Type: text/event-stream. However, I believe this is a common enough use case that it deserves better support at the framework level. 4 4