We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c852dca commit 153612aCopy full SHA for 153612a
src/server.zig
@@ -251,7 +251,7 @@ const Server = struct {
251
252
fn callbackClose(self: *Server, completion: *Completion, _: CloseError!void) void {
253
std.debug.assert(completion == &self.close_completion);
254
- if (self.client != null) {
+ if (self.client != null) {
255
self.client = null;
256
}
257
self.queueAccept();
0 commit comments