X-Git-Url: https://gitweb.ps.run/chirp/blobdiff_plain/13381fcc62fea793dc9c4af62e4b59927b9ae94f..e4dc8452f905c132418055d7f2a49f9ea2eb1ddb:/src/main.zig diff --git a/src/main.zig b/src/main.zig index 0800e2b..7aa34bb 100644 --- a/src/main.zig +++ b/src/main.zig @@ -1653,9 +1653,10 @@ pub fn main() !void { server.wait(); while (true) { const req = (server.next_request(&req_buffer) catch break) orelse break; - handle_request(env, req) catch { - try handle_error(env, req); - }; + // handle_request(env, req) catch { + // try handle_error(env, req); + // }; + try handle_request(env, req); } } // const ThreadCount = 1;