Merge pull request #10387

f60b400 abstract_tcp_server2: add missing return (selsta)
This commit is contained in:
tobtoht
2026-03-31 09:35:53 +00:00
@@ -516,6 +516,7 @@ namespace net_utils
start_write(); start_write();
} }
}); });
return;
} }
} }