- keep_connection(+Address) is semidet[private]
- Succeeds if we want to keep the connection open. We currently keep a
maximum of
http:max_keep_alive_connections
connections waiting and a maximum ofhttp:max_keep_alive_host_connections
waiting for the same address. Connections older thanhttp:max_keep_alive_idle
seconds are closed.