spacewander commented on a change in pull request #5012:
URL: https://github.com/apache/apisix/pull/5012#discussion_r711432352
##########
File path: apisix/debug.lua
##########
@@ -17,18 +17,19 @@
local require = require
local yaml = require("tinyyaml")
local log = require("apisix.core.log")
-local json = require("apisix.core.json")
local profile = require("apisix.core.profile")
local lfs = require("lfs")
local io = io
local ngx = ngx
local re_find = ngx.re.find
+local get_headers = ngx.req.get_headers
local type = type
local pairs = pairs
local setmetatable = setmetatable
local pcall = pcall
local ipairs = ipairs
local unpack = unpack
+local inspect = require("inspect")
Review comment:
This module should be grouped into other requirements.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]