Skip to content

Commit

Permalink
fix(llm): fix gzip handling when using multiple AI plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Feb 5, 2025
1 parent d47eab6 commit 004eee9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function _M:run(_)
else
kong.response.clear_header("Content-Encoding")
end
else
elseif not get_global_ctx("response_body_sent") then
kong.response.clear_header("Content-Encoding")
end
return true
Expand Down

1 comment on commit 004eee9

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong-dev:004eee9823ce9f54be5b238a240c34d5486cc034
Artifacts available https://github.com/Kong/kong/actions/runs/13153446004

Please sign in to comment.