This commit is contained in:
Pierre Tachoire
2025-07-07 17:14:52 -07:00
parent 300428ddfb
commit 404c027546

View File

@@ -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)