You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add config option to disable gateway auto gzip response feature
Currently, the gateway uses compression middleware to auto-gzip response (depending on MIME type).
However, there would be situations we will want to disable the "auto-gzip response" feature e.g. when the ingress support gzip response or it prevents Server Side Event stream from working.
p.s. instead of disabling compression middleware, you can also respond to the Cache-Control header with the no-transform directive as compression middleware will never gzip response for this case.
This ticket is about adding a helm chart config option to Magda gateway chart that allows users to disable the "auto-gzip response" feature.
The text was updated successfully, but these errors were encountered:
Add config option to disable gateway auto gzip response feature
Currently, the gateway uses compression middleware to auto-gzip response (depending on MIME type).
However, there would be situations we will want to disable the "auto-gzip response" feature e.g. when the ingress support gzip response or it prevents Server Side Event stream from working.
This ticket is about adding a helm chart config option to Magda gateway chart that allows users to disable the "auto-gzip response" feature.
The text was updated successfully, but these errors were encountered: