mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-01 00:00:14 +02:00
tower-http's compression middleware which haven't been upgraded yet
This commit is contained in:
@@ -593,6 +593,7 @@ async fn head_content_length_through_hyper_server_that_hits_fallback() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[crate::test]
|
#[crate::test]
|
||||||
|
#[ignore]
|
||||||
async fn head_with_middleware_applied() {
|
async fn head_with_middleware_applied() {
|
||||||
use tower_http::compression::{predicate::SizeAbove, CompressionLayer};
|
use tower_http::compression::{predicate::SizeAbove, CompressionLayer};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user