Skip to content

Commit

Permalink
Merge branch 'development' into fix/issue-600
Browse files Browse the repository at this point in the history
  • Loading branch information
astsiapanay committed Dec 5, 2024
2 parents fe6acd5 + c8a17e5 commit 1064fb6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ private void handleProxyResponse(HttpClientResponse proxyResponse) {
context.getUpstreamRoute().succeed();
proxy.getRateLimiter().increase(context, context.getRoute()).onFailure(error -> log.warn("Failed to increase limit. Trace: {}. Span: {}",
context.getTraceId(), context.getSpanId(), error));
} else {
context.getUpstreamRoute().fail(proxyResponse);
}

BufferingReadStream proxyResponseStream = new BufferingReadStream(proxyResponse,
Expand Down

0 comments on commit 1064fb6

Please sign in to comment.