Skip to content

Commit

Permalink
format it
Browse files Browse the repository at this point in the history
Signed-off-by: Kuat Yessenov <[email protected]>
  • Loading branch information
kyessenov committed Aug 15, 2018
1 parent 1fc6253 commit e2ca32e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/envoy/http/mixer/filter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ void Filter::completeCheck(const CheckResponseInfo& info) {
int status_code = ::istio::utils::StatusHttpCode(status.error_code());
decoder_callbacks_->sendLocalReply(Code(status_code), status.ToString(),
nullptr);
decoder_callbacks_->requestInfo().setResponseFlag(
RequestInfo::ResponseFlag::UnauthorizedExternalService);
return;
}

Expand Down

0 comments on commit e2ca32e

Please sign in to comment.