Changes between Version 2 and Version 3 of Ticket #36293, comment 7
- Timestamp:
- Apr 7, 2025, 6:18:45 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36293, comment 7
v2 v3 12 12 So you might want to strip that header in a subsequent middleware (but compare the MUST in [https://www.rfc-editor.org/rfc/rfc2616#section-14.11 section 14.11]) 13 13 14 I think we could consider adding a check here:14 I think we could consider adding a check [https://github.com/django/django/blob/bbf376bbc8cdfca817b54e7df99539633d10b06e/django/middleware/gzip.py#L23-L25 here]: 15 15 16 16