Searched refs:handle_connection (Results 1 – 2 of 2) sorted by relevance
17 async fn handle_connection( in handle_connection() function72 handle_connection(req, flv_copy.clone(), remote_addr) in run()
14 async fn handle_connection(req: Request<Body>) -> Result<Response<Body>> { in handle_connection() function77 make_service_fn(move |_| async { Ok::<_, GenericError>(service_fn(handle_connection)) }); in run()