Skip to content

Commit

Permalink
Fixes Adamantcheese#1443 Adamantcheese#1447 hopefully for real
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinov committed Feb 7, 2024
1 parent 3b38cf6 commit 64dbfc4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ public Response execute() {
.request(request)
.body(new EmptyResponseBody())
.protocol(Protocol.HTTP_1_1)
.message("Canceled")
.build();
executed = true;
return new Response.Builder()
Expand Down

0 comments on commit 64dbfc4

Please sign in to comment.