Is there a way to configure HAProxy to maintain an X number of open HTTP connections to the backend that get reused by new HTTPS connections (i.e. requests) to the frontend, and keep the backend connections open even after the frontend connections are closed?
Thank you!