This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Description
TLS session creation is expensive in high-load scenarios (like SSL termination on load balancers). It would be very useful for core to offer an option on the agent to pool TLS connections or otherwise minimize session creation for clients that are going to be sending lots of SSL traffic to a specific host. This can be worked around with a custom Agent, but it's a common enough use case (and has a small enough API surface) that it would be worth the effort to bring into core.