Skip to content

Commit 4ff2690

Browse files
committed
Share handler
1 parent 29aeec8 commit 4ff2690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/llvm/io.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ void c_tcp_accept_cb(uv_stream_t* server, int status) {
400400
return;
401401
}
402402

403+
sharePositive(accept_closure->handler);
403404
run_Int(unbox(accept_closure->handler), (int64_t)client);
404405
}
405406

0 commit comments

Comments
 (0)