We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b100897 commit dceafc7Copy full SHA for dceafc7
gateway/src/resty/http/proxy.lua
@@ -17,7 +17,7 @@ local function connect_direct(httpc, request)
17
local uri = request.uri
18
local host = uri.host
19
local ip, port = httpc:resolve(host, nil, uri)
20
-
+ -- #TODO: This logic may no longer be needed as of PR#1323 and should be reviewed as part of a refactor
21
local options = { pool = format('%s:%s', host, port) }
22
local ok, err = httpc:connect(ip, port or default_port(uri), options)
23
0 commit comments