mirror of
https://github.com/alibaba/higress.git
synced 2026-03-14 05:40:47 +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 {
|
||||
log.Errorf("call Eval error: %v", response.Error())
|
||||
}
|
||||
proxywasm.ResumeHttpResponse()
|
||||
})
|
||||
if err != nil {
|
||||
log.Errorf("redis call failed: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user