Skip to content

Commit

Permalink
Config-gate gzip test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha committed Nov 26, 2022
1 parent 2e6782f commit d023efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ mod tests {
// decoder reads the exact amount from a chunked stream, not past the 0. This
// happens because gzip has built-in knowledge of the length to read.
#[test]
#[cfg(feature = "gzip")]
fn read_exact_chunked_gzip() {
let gz_body = vec![
b'E', b'\r', b'\n', // 14 first chunk
Expand Down

0 comments on commit d023efc

Please sign in to comment.