Skip to content

Commit

Permalink
fix(core) rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oowl authored and flrgh committed Dec 13, 2022
1 parent be7ea58 commit 7e06d95
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kong/runloop/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ local certificate = require "kong.runloop.certificate"
local concurrency = require "kong.concurrency"
local workspaces = require "kong.workspaces"
local lrucache = require "resty.lrucache"
<<<<<<< HEAD
local marshall = require "kong.cache.marshall"

=======
local ktls = require("resty.kong.tls")
>>>>>>> aebd07c56 (feat(core) tls protocol upstream support upstream tls config)

local PluginsIterator = require "kong.runloop.plugins_iterator"
local instrumentation = require "kong.tracing.instrumentation"
Expand Down

0 comments on commit 7e06d95

Please sign in to comment.