From 05e55f83765e2495aebd7697c38bce07cf416eab Mon Sep 17 00:00:00 2001 From: cirospaciari Date: Wed, 15 Nov 2023 21:01:24 -0300 Subject: [PATCH] oops --- src/bun.js/api/bun/socket.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bun.js/api/bun/socket.zig b/src/bun.js/api/bun/socket.zig index ec4c551301..f54b4dfa82 100644 --- a/src/bun.js/api/bun/socket.zig +++ b/src/bun.js/api/bun/socket.zig @@ -2875,7 +2875,7 @@ fn NewSocket(comptime ssl: bool) type { var vm = this.handlers.vm; this.reffer.unref(vm); this.poll_ref.unref(vm); - // will be free handlers and the old_context when hits 0 active connections + // will free handlers and the old_context when hits 0 active connections // the connection can be upgraded inside a handler call so we need to garantee that it will be still alive this.handlers.markInactive(ssl, old_context, this.wrapped); this.has_pending_activity.store(false, .Release);