Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Dec 24, 2024
1 parent 6a2a03a commit bfbdbb2
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions integration/ducks/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,20 +297,6 @@ impl DucksTarget {
}
while (join_set.join_next().await).is_some() {}

// let service = make_service_fn(|_: &AddrStream| async move {
// Ok::<_, hyper::Error>(service_fn(move |request: Request<Body>| {
// trace!("REQUEST: {:?}", request);
// http_req_handler(request)
// }))
// });
// let svc = ServiceBuilder::new()
// .load_shed()
// .concurrency_limit(1_000)
// .timeout(Duration::from_secs(1))
// .service(service);

// let server = hyper::Server::builder(addr).serve(svc);
// server.await?;
Ok(())
}

Expand Down

0 comments on commit bfbdbb2

Please sign in to comment.