aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/content.go b/content.go
index 2d2336d..6b552c4 100644
--- a/content.go
+++ b/content.go
@@ -108,6 +108,7 @@ func handleContent(cc *contentConn) {
if errors.Is(cc.WhyClosed(), rudp.ErrTimedOut) {
cc.log("<->", "timeout")
}
+
break
}