Skip to content

Commit

Permalink
Remove client test from HTTP server demo
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Jan 7, 2024
1 parent c9ce0a2 commit e1fed8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 110 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ use sel4_async_network_traits::ClosedError;
use sel4_async_single_threaded_executor::LocalSpawner;
use sel4_async_time::{Instant, TimerManager};

// mod client_test;
mod mime;
mod server;

Expand All @@ -55,8 +54,6 @@ pub async fn run_server<
priv_pem: &str,
max_num_simultaneous_connections: usize,
) -> ! {
// client_test::run(now_fn, network_ctx.clone(), timers_ctx.clone()).await;

let use_socket_for_http_closure: SocketUser<T> = Box::new({
move |server, socket| {
Box::pin(async move {
Expand Down

0 comments on commit e1fed8b

Please sign in to comment.