mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-25 04:35:17 +00:00
Update h3_server.rs
This commit is contained in:
@@ -65,7 +65,7 @@ async fn main() -> Result<()> {
|
||||
}
|
||||
};
|
||||
|
||||
// Handle each request concurently
|
||||
// Handle each request concurrently
|
||||
while let Some(request) = incoming_request.next().await {
|
||||
tokio::spawn(async move {
|
||||
if let Err(e) = handle_request(request).await {
|
||||
|
||||
Reference in New Issue
Block a user