Skip to content

Commit

Permalink
update patch to envoy 1.32
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Cainelli <[email protected]>
  • Loading branch information
cainelli committed Dec 19, 2024
1 parent 1ad34d3 commit eb12939
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions external/fix-websocket-handshake.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
diff --git a/source/extensions/filters/http/ext_proc/ext_proc.h b/source/extensions/filters/http/ext_proc/ext_proc.h
index 7873fca24c..ed9c69e1c2 100644
index 240ffc505e..4bca507463 100644
--- a/source/extensions/filters/http/ext_proc/ext_proc.h
+++ b/source/extensions/filters/http/ext_proc/ext_proc.h
@@ -433,6 +433,15 @@ public:
const ProcessorState& encodingState() { return encoding_state_; }
const ProcessorState& decodingState() { return decoding_state_; }

@@ -455,6 +455,15 @@ public:
void onComplete(envoy::service::ext_proc::v3::ProcessingResponse& response) override;
void onError() override;
+ Envoy::Http::LocalErrorStatus
+ onLocalReply(const Envoy::Http::StreamFilterBase::LocalReplyData&) override {
+ ENVOY_LOG(debug, "When onLocalReply() is called, set processing_complete_ to true to skip "
Expand Down

0 comments on commit eb12939

Please sign in to comment.