Re: a URL API ?

2018-08-11 Thread Dan Fandrich via curl-library
On Thu, Aug 09, 2018 at 10:48:32AM +0200, Daniel Stenberg via curl-library wrote: > Returning to this, as I've polished the API a bit over the last few days. > The wiki page has been updated to reflect the changes I've done. I'm curious whether the API can be used to canonicalize a URL, i.e.,

Re: Retrieve all addresses mapped to specific host, not just one IP

2018-08-11 Thread Gisle Vanem via curl-library
myLC---wrote: I would like to know how we can retrieve all the IP addresses which are mapped to a host. Assuming we have the URL https://example.buzz/bingo_results/ and assuming further that there are 5 addresses mapped to this hostname: 10.0.0.11, 10.0.0.12, 10.0.0.13,

Re: Windows users! Help us test upload performance tuning?

2018-08-11 Thread Jan Ehrhardt via curl-library
Daniel Jelinski via curl-library (Fri, 10 Aug 2018 22:59:22 +0200): >Ok, so let's put Linux to a test. Reality check from a CentOS 6 machine % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft

Re: break out of the curl_easy_perform loop

2018-08-11 Thread Daniel Stenberg via curl-library
On Sat, 11 Aug 2018, Deven via curl-library wrote: Now, I would like to cleanly close the application which uses the curl easy interface. The curl operation happens in a separate thread. Is there a way to cancel the curl operation, break out of the blocking curl easy perform function? This