Browse Source
Go checks both Accept-Encoding contains "gzip" AND IsGzippedContent (data starts with 0x1f 0x8b) before setting Content-Encoding: gzip. Rust only checked Accept-Encoding, which could incorrectly declare gzip encoding for non-gzip compressed data.rust-volume-server
1 changed files with 7 additions and 1 deletions
Loading…
Reference in new issue