Hello, Currently, check-reuse-pool only reuses http connections if the connection pool has been pre-populated by regular traffic. If the http checks need to create a new connection, then that connection gets marked as private and is never eligible for connection reuse. However, if it grabs a connection from a pool that was created via regular traffic, then that connection is re-usable. This patch is to always have http checks reuse connections regardless of regular traffic patterns.
0001-MINOR-tcpcheck-Allow-connection-reuse-without-prior-.patch
Description: 0001-MINOR-tcpcheck-Allow-connection-reuse-without-prior-.patch

