Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Jan 27, 2024
1 parent e13731d commit 57b8b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tower-http/src/compression/future.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ where
}

let body = match (should_compress, self.encoding) {
// if compression is _not_ support or the client doesn't accept it
// if compression is _not_ supported or the client doesn't accept it
(false, _) | (_, Encoding::Identity) => {
return Poll::Ready(Ok(Response::from_parts(
parts,
Expand Down

0 comments on commit 57b8b6f

Please sign in to comment.