mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 12:44:43 +00:00
Close all cdp clients on shutdown
This commit is contained in:
@@ -491,7 +491,7 @@ fn acceptConnections(self: *Runtime) void {
|
||||
error.ConnectionAborted => {
|
||||
lp.log.warn(.app, "accept connection aborted", .{});
|
||||
continue;
|
||||
},
|
||||
},
|
||||
else => {
|
||||
lp.log.err(.app, "accept error", .{ .err = err });
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user