Skip to content

HTTP Client: Disable Name Resolution in Proxy Mode #522

Open
@alexanderkiel

Description

@alexanderkiel

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions