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
When responses are compressed, and may be compressed by different methods, responses should has 'Vary: Accept-Encoding' header so clients can get decodable content.
I think it should be such a build-in feature in the function CompressHandlerBrotliLevel, maybe with a config to turn it off.
The text was updated successfully, but these errors were encountered:
When responses are compressed, and may be compressed by different methods, responses should has 'Vary: Accept-Encoding' header so clients can get decodable content.
I think it should be such a build-in feature in the function
CompressHandlerBrotliLevel
, maybe with a config to turn it off.The text was updated successfully, but these errors were encountered: