Kill dead code and use higher buffer

This commit is contained in:
2026-01-03 05:58:57 +00:00
parent dcd09e2f10
commit fbc137e2b3
2 changed files with 2 additions and 14 deletions

View File

@@ -71,15 +71,3 @@ pub fn main() !void {
return;
}
}
// fn serverMain(gpa: std.mem.Allocator, iter: *std.process.ArgIterator, main_args: MainArgs) !void {
// _ = iter;
// _ = main_args;
// var group: std.Io.Group = .init;
// defer group.wait(io);
// for (0..5) |_| {
// const stream = try server.accept(io);
// group.async(io, handleConnection, .{ gpa, io, stream, info });
// }
// }