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
If I compress my response using gzip and set a proper Content-Encoding response header, it appears like Function URL will decompress my response on-the-fly, remove the Content-Encoding header, and pass down the uncompressed response stream. This is wasteful and unnecessary.
If I compress my response using
gzip
and set a properContent-Encoding
response header, it appears like Function URL will decompress my response on-the-fly, remove theContent-Encoding
header, and pass down the uncompressed response stream. This is wasteful and unnecessary.See here - the response is uncompressed, with
Content-Encoding
header stripped:The text was updated successfully, but these errors were encountered: