From c03b7a6f19044e37985128a9e1751a8dc82f13fc Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 4 Feb 2022 02:43:49 -0800 Subject: reminder --- src/http.zig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/http.zig b/src/http.zig index 03ebf50d3..62a07cfc0 100644 --- a/src/http.zig +++ b/src/http.zig @@ -3332,9 +3332,7 @@ pub const Server = struct { if (!finished) { req_ctx.bundler.router.?.match(*Server, server, RequestContext, req_ctx) catch |err| { switch (err) { - error.ModuleNotFound => { - req_ctx.sendNotFound() catch {}; - }, + error.ModuleNotFound => {}, else => { Output.printErrorln("FAIL [{s}] - {s}: {s}", .{ @errorName(err), req.method, req.path }); did_print = true; -- cgit v1.2.3