Following up on PUP-10227, we should explicitly close the http client in cases where we know we're not going to make connections for "awhile". This will decrease resource usage on the server:
1. Prior to sleeping in the ssl state machine 2. When the configurer run completes. We do this now for the :http_pool but need to do the same for http client 3. Prior to exiting the application
Following up on PUP-10227, we should explicitly close the http client in cases where we know we're not going to make connections for "awhile". This will decrease resource usage on the server:
1. Prior to sleeping in the ssl state machine 2. When the configurer run completes. We do this now for the {{:http_pool}} but need to do the same for http client