Skip to content

tendermint-proxy: 🤝 https connections only last for one request #3979

Open
@cratelyn

Description

@cratelyn

our TendermintProxyService implementation creates a new HttpClient to handle each specific request. if we are communicating via https, this entails a more involved handshake to establish a connection. an optimization to consider at some point would be holding a client somewhere more durable, so that we don't need to do that work for every single request we service.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-nodeArea: System design and implementation for node softwareC-enhancementCategory: an enhancement to the codebase_P-lowPriority: low

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions