Open
Description
When going though a proxy, local name resolution isn't necessary, because the full URL is send to the proxy.
If I set only :proxy-options
in :connection-options
while creating a connection-pool
, Netty is still resolving the remote address without any need.
Setting, in addition to :proxy-options
, :name-resolver
to :noop
, solves the problem.
It might be a good idea to do this by default. But I may also overlook something here.