mirror of
https://git.robbyzambito.me/zits
synced 2026-02-04 03:34:48 +00:00
Kill dead code and use higher buffer
This commit is contained in:
12
src/main.zig
12
src/main.zig
@@ -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 });
|
||||
// }
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user