markbates / pkger

Embed static files in Go binaries (replacement for gobuffalo/packr)
MIT License
1.19k stars 60 forks source link

Apply hepa filters before gzip'ing content #101

Closed requaos closed 4 years ago

requaos commented 4 years ago

While there will be some plain-text header data in the gzipped payload, running the hepa filter byte replace functions should be performed before compression.

markbates commented 4 years ago

Thanks!