On Thu, 21 Mar 2019, Kunal Ekawde via curl-library wrote:
libcurl would try to open new connection to same host depending on CURLMOPT_MAX_HOST_CONNECTIONS & CURLMOPT_MAX_TOTAL_CONNECTIONS
If there's no existing connection already present to use and CURLOPT_PIPEWAIT wasn't set, then libcurl will create a new connection - unless limited by one of those options.
-- / daniel.haxx.se ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
