Skip to content

Commit cb3a216

Browse files
committed
Don't log poolname
1 parent 1833103 commit cb3a216

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: lib/resty/http_connect.lua

-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ local ngx_re_sub = ngx.re.sub
44
local ngx_re_find = ngx.re.find
55
local ngx_log = ngx.log
66
local ngx_WARN = ngx.WARN
7-
local ngx_DEBUG = ngx.DEBUG
87
local to_hex = require("resty.string").to_hex
98
local ffi_gc = ffi.gc
109
local ffi_cast = ffi.cast
@@ -250,8 +249,6 @@ local function connect(self, options)
250249
-- with a plain http request the authorization is part of the actual request.
251250
end
252251

253-
ngx_log(ngx_DEBUG, "poolname: ", poolname)
254-
255252
-- do TCP level connection
256253
local tcp_opts = { pool = poolname, pool_size = pool_size, backlog = backlog }
257254
if proxy then

0 commit comments

Comments
 (0)