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 92afcd1 commit 0753eb7Copy full SHA for 0753eb7
src/server.zig
@@ -252,7 +252,7 @@ const Server = struct {
252
253
fn callbackClose(self: *Server, completion: *Completion, _: CloseError!void) void {
254
std.debug.assert(completion == &self.close_completion);
255
- if (self.client != null) {
+ if (self.client != null) {
256
self.client = null;
257
}
258
self.queueAccept();
0 commit comments