Does Casablanca knows how to handle persistent connection pools, i.e. creating a new http_client instance to the same IP and port will reuse the previously underlying constructed tcp socket or it will always create a new socket and establish a new connection?
↧