Is there any guarantee that using different CURLOPT_PROXYPORT number and / or CURLOPT_INTERFACE (like 127.0.0.1/31) binding will use different connections?
because as I wrote above, only conn->socks_proxy.host.name and conn->port is used in the cache.. On Thu, Dec 20, 2018 at 11:01 PM Daniel Stenberg <[email protected]> wrote: > > On Thu, 20 Dec 2018, Name via curl-library wrote: > > > What strategy to use, to control connections for a large amount q, > > through curl_multi? > > > > q...qN by A connection proxy1 -> host1 > > q...qK by B connection proxy1 -> host1 > > I think that's up for you to solve in your application. I think that's a > special need that libcurl doesn't offer any particular help to solve. > > -- > > / daniel.haxx.se ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
