Home
last modified time | relevance | path

Searched refs:handle_connection (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/httpflv/src/
H A Dserver.rs17 async fn handle_connection( in handle_connection() function
72 handle_connection(req, flv_copy.clone(), remote_addr) in run()
/xiu/protocol/hls/src/
H A Dserver.rs14 async fn handle_connection(req: Request<Body>) -> Result<Response<Body>> { in handle_connection() function
77 make_service_fn(move |_| async { Ok::<_, GenericError>(service_fn(handle_connection)) }); in run()