Skip to content

Commit

Permalink
token-ratelimit crash bugfix (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
rinfx authored Jul 12, 2024
1 parent 5306385 commit 4621805
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/wasm-go/extensions/ai-token-ratelimit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4621805

Please sign in to comment.