Changes between Version 1 and Version 2 of Ticket #36293, comment 7


Ignore:
Timestamp:
Apr 7, 2025, 5:49:15 AM (6 months ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36293, comment 7

    v1 v2  
    1414I think we could consider adding a check here:
    1515
     16
     17{{{
    1618        # Avoid gzipping if we've already got a content-encoding.
    1719        if response.has_header("Content-Encoding"):
     
    1921            return response
    2022
     23}}}
     24
    2125With a line in the docs to make this explicit.
    2226
Back to Top