Skip to content

Commit

Permalink
Updates from review.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet committed Dec 15, 2023
1 parent 6377c57 commit ad46276
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ public void onCompleted()
_servletContextRequest.setAttribute(CustomRequestLog.LOG_DETAIL, logDetail);
}

// Callback is completed here.
// Callback is completed only here.
Callback callback = _callback;
Throwable failure = _state.completeResponse();
if (failure == null)
Expand Down

0 comments on commit ad46276

Please sign in to comment.