Is there any equivalent of NGINX's `keepalive_requests` in HAProxy

However it still causes unbalanced number HTTP requests among the HAProxy instances. In addition to that, since the frontend connection is strongly tied with server connection in HAProxy, even if HAProxy can deal with it; the backend servers might be unable to free memory (like apache, tomcat etc). It is desirable to have such an option.