mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
typo fix
This commit is contained in:
@@ -223,7 +223,7 @@ pub const Client = struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn close(self: *Self) void {
|
fn close(self: *Self) void {
|
||||||
log.info(.app, "client disconected", .{});
|
log.info(.app, "client disconnected", .{});
|
||||||
self.connected = false;
|
self.connected = false;
|
||||||
// recv only, because we might have pending writes we'd like to get
|
// recv only, because we might have pending writes we'd like to get
|
||||||
// out (like the HTTP error response)
|
// out (like the HTTP error response)
|
||||||
|
|||||||
Reference in New Issue
Block a user