Closed Novtopro closed 8 months ago
@Novtopro thanks for flagging this! It was indeed a bug. Compression was being applied to these responses even without the Accept-Encoding: gzip
header present, which should not have been the case. You'd run into this bug if you have precompiled assets, and used a client that didn't request compressed responses (like curl
does by default).
I've fixed this now, and will release a new version shortly that has the fix.
Released gem version 0.1.3 which has this fix.
As you can see, the gzip does not work, not sure why. I use proshaft by the way.