tower-http's compression middleware which haven't been upgraded yet

This commit is contained in:
David Pedersen 2023-03-24 15:36:56 +01:00
parent 69a413c010
commit aa6fe6d91c

View file

@ -593,6 +593,7 @@ async fn head_content_length_through_hyper_server_that_hits_fallback() {
}
#[crate::test]
#[ignore]
async fn head_with_middleware_applied() {
use tower_http::compression::{predicate::SizeAbove, CompressionLayer};