Skip to content

Commit

Permalink
Merge pull request #9 from Kong/fix/plugin_loading
Browse files Browse the repository at this point in the history
fix(proxy-cache) proxy-cache caches ngx.resp if available
  • Loading branch information
locao authored May 23, 2019
2 parents 6e08a36 + b1cb032 commit c58a17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/plugins/proxy-cache/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ end
function ProxyCacheHandler:init_worker()
-- catch notifications from other nodes that we purged a cache entry
local cluster_events = kong.cluster_events
ngx.log(ngx.ERR, "init_worker proxycache")

-- only need one worker to handle purges like this
-- if/when we introduce inline LRU caching this needs to involve
-- worker events as well
Expand Down

0 comments on commit c58a17b

Please sign in to comment.