Hi, Is it possible to influence how HAProxy handles HTTP keep-alives to backend servers ? I want it to close TCP connection after x many HTTP requests. Also a max-age time for single TCP connection cloud be useful.
These features are available in F5 LTM OneConnect ( https://support.f5.com/kb/en-us/solutions/public/7000/200/sol7208.html) as *Maximum Reuse* and *Maximum Age*. Goal is to move all TIME_WAITs to HAProxy host instead of creating them on backend servers. Thanks, Michal

