We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1833103 commit cb3a216Copy full SHA for cb3a216
lib/resty/http_connect.lua
@@ -4,7 +4,6 @@ local ngx_re_sub = ngx.re.sub
4
local ngx_re_find = ngx.re.find
5
local ngx_log = ngx.log
6
local ngx_WARN = ngx.WARN
7
-local ngx_DEBUG = ngx.DEBUG
8
local to_hex = require("resty.string").to_hex
9
local ffi_gc = ffi.gc
10
local ffi_cast = ffi.cast
@@ -250,8 +249,6 @@ local function connect(self, options)
250
249
-- with a plain http request the authorization is part of the actual request.
251
end
252
253
- ngx_log(ngx_DEBUG, "poolname: ", poolname)
254
-
255
-- do TCP level connection
256
local tcp_opts = { pool = poolname, pool_size = pool_size, backlog = backlog }
257
if proxy then
0 commit comments