Skip to content

Commit

Permalink
Update core/src/main/java/com/linecorp/armeria/client/HttpClientDeleg…
Browse files Browse the repository at this point in the history
…ate.java

Co-authored-by: minux <[email protected]>
  • Loading branch information
chickenchickenlove and minwoox authored Nov 28, 2024
1 parent 195033f commit d1c9596
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public HttpResponse execute(ClientRequestContext ctx, HttpRequest req) throws Ex
if (thrown != null) {
earlyFailedResponse(thrown, ctx, res);
} else {
assert proxyConfig != null;
execute0(ctx, endpointWithPort, req, res, proxyConfig);
}
});
Expand Down

0 comments on commit d1c9596

Please sign in to comment.