pub(crate) async fn accept_loop( server: Arc<Server>, http_server: &HttpServer, ) -> Result<()>
Run the HTTP accept loop.