Skip to content

Commit

Permalink
ENVOY_LOG
Browse files Browse the repository at this point in the history
Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
  • Loading branch information
yanjunxiang-google committed Jun 2, 2023
1 parent 7e3f10b commit 595f038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/extensions/filters/http/ext_proc/ext_proc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ void Filter::setEncoderFilterCallbacks(Http::StreamEncoderFilterCallbacks& callb
Filter::StreamOpenState Filter::openStream() {
// External processing already completes. Return IgnoreError so the filter will return Continue.
if (processing_complete_) {
ENVOY_LOG(debug, "External processing already completed when trying to open the gRPC stream");
return StreamOpenState::IgnoreError;
}
if (!stream_) {
Expand Down

0 comments on commit 595f038

Please sign in to comment.