We are moving response decompression from fetcher to lambda, if decompressing responses cause lambdas to OOM, this would give developers an option to disable decompression in lambda and instead do it in the pack. Additionally, this would allow developers to handle cases where multiple compressions or compression other than gzip and deflate is used.
We are moving response decompression from fetcher to lambda, if decompressing responses cause lambdas to OOM, this would give developers an option to disable decompression in lambda and instead do it in the pack. Additionally, this would allow developers to handle cases where multiple compressions or compression other than gzip and deflate is used.