ashb commented on a change in pull request #13517:
URL: https://github.com/apache/airflow/pull/13517#discussion_r553255636



##########
File path: airflow/www/decorators.py
##########
@@ -62,38 +61,28 @@ def wrapper(*args, **kwargs):
     return cast(T, wrapper)
 
 
-def gzipped(f: T) -> T:
+def compressed(f: T) -> T:

Review comment:
       Can't we just use the decorator from flask_comrpressed rather than 
having to implement our own? 
https://github.com/colour-science/flask-compress/blob/master/flask_compress.py#L206-L215




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to