Skip to content

Commit

Permalink
One more change for issue seanmonstar#1462
Browse files Browse the repository at this point in the history
  • Loading branch information
cipherbrain committed Aug 4, 2023
1 parent 816c9e3 commit 8724def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/async_impl/decoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ impl Future for Pending {
))))),
#[cfg(feature = "deflate")]
DecoderType::Deflate => Poll::Ready(Ok(Inner::Deflate(Box::pin(FramedRead::new(
ZlibDecoder::new(StreamReader::new(_body)),
DeflateDecoder::new(StreamReader::new(_body)),
BytesCodec::new(),
))))),
}
Expand Down

0 comments on commit 8724def

Please sign in to comment.