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
basically grep/search through the deflate code for #ifdef GZIP and make sure we handle those cases. We won't put gzip behind a feature flag.
gzip-ng's testing for deflate seems kind of minimal (seems to rely on fuzzing and golden tests) so we'll need to write some ourselves to exercise the gzip-specific logic
The text was updated successfully, but these errors were encountered:
basically grep/search through the deflate code for
#ifdef GZIP
and make sure we handle those cases. We won't put gzip behind a feature flag.gzip-ng's testing for deflate seems kind of minimal (seems to rely on fuzzing and golden tests) so we'll need to write some ourselves to exercise the gzip-specific logic
The text was updated successfully, but these errors were encountered: