We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4cec7 commit 0fbaed1Copy full SHA for 0fbaed1
apollo-router/src/axum_factory/axum_http_server_factory.rs
@@ -469,7 +469,6 @@ async fn handle_graphql(
469
tracing::info!(counter.apollo_router_session_count_active = -1,);
470
let (mut parts, body) = response.response.into_parts();
471
472
-
473
let opt_compressor = accept_encoding
474
.as_ref()
475
.and_then(|value| value.to_str().ok())
0 commit comments