Skip to content

Commit 0a17d6f

Browse files
Jake ChampionJakeChampion
authored andcommitted
remove line added by an incorrect rebase
1 parent 77e931d commit 0a17d6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

c-dependencies/js-compute-runtime/js-compute-builtins.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,6 @@ bool body_reader_then_handler(JSContext *cx, HandleObject body_owner, HandleValu
829829
// `responseDone`.
830830
if (Response::is_instance(body_owner)) {
831831
FetchEvent::set_state(FetchEvent::instance(), FetchEvent::State::responseDone);
832-
return HANDLE_RESULT(cx, xqd_body_close(body_handle));
833832
}
834833

835834
if (!HANDLE_RESULT(cx, xqd_body_close(body_handle))) {

0 commit comments

Comments
 (0)