Skip to content

Commit

Permalink
Merge branch 'master' into riteshvaryani-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshvaryani authored Jul 1, 2024
2 parents 63a18bb + a3e4e79 commit a891f8b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ protected void postConnectionHook(
int length,
Callback callback) {
try {
response.getOutputStream().write(buffer, offset, length);
if (response.getStatus() == HttpServletResponse.SC_BAD_GATEWAY) {
log.error("Received 502 Bad Gateway response for request URI: {}",
request.getRequestURI());
request.getRequestURL());
}
response.getOutputStream().write(buffer, offset, length);

callback.succeeded();
} catch (Throwable var9) {
Expand Down

0 comments on commit a891f8b

Please sign in to comment.