Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
cirospaciari committed Apr 15, 2024
1 parent 8afc137 commit c43264b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bun.js/api/server.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@ fn NewRequestContext(comptime ssl_enabled: bool, comptime debug_mode: bool, comp
}

if (this.request_body) |body| {
if (body.value == .Locked and body.value.Locked.deinit == false) {
if (body.value == .Locked) {
return false;
}
}
Expand Down

0 comments on commit c43264b

Please sign in to comment.