How to prevent std/http from gzipping and overriding Etag
It appears deno std/http applies gzip content-encoding magically sometimes depending on the type of data served. This is unexpected to me, will override manually set Etags with a weakly validated one, and it seems there is no way to disable this behaviour. Or is there?
If I create a Github issue about this, should it go to deno_std or does this behaviour come from underlying http impl code in deno core?
If I create a Github issue about this, should it go to deno_std or does this behaviour come from underlying http impl code in deno core?
