Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions lib/resty/http_connect.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ local ngx_re_sub = ngx.re.sub
local ngx_re_find = ngx.re.find
local ngx_log = ngx.log
local ngx_WARN = ngx.WARN
local ngx_DEBUG = ngx.DEBUG
local to_hex = require("resty.string").to_hex
local ffi_gc = ffi.gc
local ffi_cast = ffi.cast
Expand Down Expand Up @@ -250,8 +249,6 @@ local function connect(self, options)
-- with a plain http request the authorization is part of the actual request.
end

ngx_log(ngx_DEBUG, "poolname: ", poolname)

-- do TCP level connection
local tcp_opts = { pool = poolname, pool_size = pool_size, backlog = backlog }
if proxy then
Expand Down
Loading