aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 147a329..356b270 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -375,7 +375,6 @@ async fn send_h3_response(
}
if let Err(e) = send.finish().await {
debug!("h3 response finish error: {e}");
- return;
}
}