fix: Bypass the response body processing in ai-proxy if it is returned internally (#1149)

This commit is contained in:
Kent Dong
2024-07-24 16:18:00 +08:00
committed by GitHub
parent 9a9e924037
commit f6ee4ed166
4 changed files with 36 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ replace github.com/alibaba/higress/plugins/wasm-go => ../..
require (
github.com/alibaba/higress/plugins/wasm-go v0.0.0-20240531060402-2807ddfbb79e
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20240327114451-d6b7174a84fc
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20240711023527-ba358c48772f
github.com/stretchr/testify v1.8.4
github.com/tidwall/gjson v1.17.0
)