Skip to content

Commit dceafc7

Browse files
committed
adds comments for future refactor
1 parent b100897 commit dceafc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway/src/resty/http/proxy.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ local function connect_direct(httpc, request)
1717
local uri = request.uri
1818
local host = uri.host
1919
local ip, port = httpc:resolve(host, nil, uri)
20-
20+
-- #TODO: This logic may no longer be needed as of PR#1323 and should be reviewed as part of a refactor
2121
local options = { pool = format('%s:%s', host, port) }
2222
local ok, err = httpc:connect(ip, port or default_port(uri), options)
2323

0 commit comments

Comments
 (0)