You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2025. It is now read-only.
Describe the bug / error
I am trying to use DispatchHttpCall to call a remote service and get the response, then return the response as the final result. But it didn't work.
types.ActionPause
in OnHttpRequestBody didn't work.The original request was still being sent to upstream, the response received by the client was also the result returned by upstream.
The code is as follows:
What is your Envoy/Istio version?
1.22
What is the SDK version?
proxy-wasm-go-sdk@v0.19.1-0.20220822060051-f9d179a57f8c
What is your TinyGo version?
tinygo version 0.25.0 linux/amd64 (using go version go1.19.9 and LLVM version 14.0.0)
The text was updated successfully, but these errors were encountered: