mirror of
https://github.com/alibaba/higress.git
synced 2026-05-27 22:27:29 +08:00
token-ratelimit crash bugfix (#1119)
This commit is contained in:
@@ -166,7 +166,6 @@ func onHttpStreamingBody(ctx wrapper.HttpContext, config ClusterKeyRateLimitConf
|
|||||||
if response.Error() != nil {
|
if response.Error() != nil {
|
||||||
log.Errorf("call Eval error: %v", response.Error())
|
log.Errorf("call Eval error: %v", response.Error())
|
||||||
}
|
}
|
||||||
proxywasm.ResumeHttpResponse()
|
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Errorf("redis call failed: %v", err)
|
log.Errorf("redis call failed: %v", err)
|
||||||
|
|||||||
Reference in New Issue
Block a user