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 853a09e commit 633227cCopy full SHA for 633227c
1 file changed
tests/tests.rs
@@ -385,6 +385,7 @@ async fn distribution_on_two_matching_connect_to(host: &'static str) -> (i32, i3
385
tokio::spawn(async { axum::serve(listener2, app2).await });
386
387
let args = [
388
+ "--disable-keepalive".to_string(),
389
"-n".to_string(),
390
"100".to_string(),
391
format!("http://{host}/"),
0 commit comments