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
Use configured compression levels for gzip and brotli
Previously, gzip and brotli compression used hardcoded levels even when custom levels were configured via `HostConfiguration`
Split initialization into `data_alloc()` and
`transform_init()` so
that gzip uses `hc->zlib_compression_level()`, and brotli uses
`hc->brotli_compression_level()` and `hc->brotli_lgw_size()`
Also adds proper error handling if encoder initialization fails
0 commit comments