Skip to content

Commit

Permalink
Update socket.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Oct 16, 2024
1 parent 0ab7ed8 commit 022c7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bun.js/api/bun/socket.zig
Original file line number Diff line number Diff line change
Expand Up @@ -3648,7 +3648,7 @@ pub const DuplexUpgradeContext = struct {

fn startTLS(this: *DuplexUpgradeContext) void {
this.task_event = .StartTLS;
this.vm.enqueueImmediateTask(JSC.Task.init(&this.task));
this.vm.enqueueTask(JSC.Task.init(&this.task));
}

fn deinit(this: *DuplexUpgradeContext) void {
Expand Down

0 comments on commit 022c7cf

Please sign in to comment.