curl on docker hub

2019-05-01 Thread James Fuller via curl-library
update on curl docker - testing things on my fork here https://github.com/xquery/curl-docker and automation with travis https://travis-ci.org/xquery/curl-docker which will also be responsible for pushing docker images to hub.docker.com seeking advice/thoughts on a few open questions: * are w

Re: Change Curl_is_absolute_url to allow URI without authority

2019-05-01 Thread Daniel Stenberg via curl-library
On Wed, 1 May 2019, Aron Bergman via curl-library wrote: I propose to change the check for a slash to instead check that the char isn’t a number. But why? Can you show us what benefit this brings to anyone? To me it seems it will mostly just make curl think some strings are absulute URLs that

Change Curl_is_absolute_url to allow URI without authority

2019-05-01 Thread Aron Bergman via curl-library
Hi, I have a suggestion for the Curl_is_absolute_url function. If I have understood it correctly, the function will determine whether the given URL is an absolute URI or a relative reference according to section 4.2 and 4.3 in RFC 3986. It will also try to be user-friendly by allowing the URI

Re: CoAP support in libcurl for the Internet of Things

2019-05-01 Thread Remy 'Sieben' Leone via curl-library
Hello, Any news on this front? Best regards Rémy Le jeu. 17 mai 2018 à 13:48, Olaf Bergmann a écrit : > Daniel, > > Daniel Stenberg writes: > > > On Thu, 17 May 2018, Olaf Bergmann wrote: > > > >> I think the most important question Remy wanted to ask is whether or > >> not it would be usefu