Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
oowl committed Oct 23, 2024
1 parent 31185ee commit 30414a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/llm/proxy/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ end



function _M:init_worker_shared(plugin_name)
function _M:build_http2_alpn_filter(plugin_name)
-- do not execute if the kong configuration doesn't have any http2 listeners
local http2_enabled = false
for _, listener in ipairs(kong.configuration.proxy_listeners) do
Expand Down

0 comments on commit 30414a6

Please sign in to comment.