Re: Change Curl_is_absolute_url to allow URI without authority

2019-05-04 Thread Daniel Stenberg via curl-library
On Sat, 4 May 2019, Aron Bergman wrote: But why? Can you show us what benefit this brings to anyone? As stated in the first mail, this will make it possible to use protocols which doesn’t use the authority component. I don’t think that any of the protocols that cURL currently implements

Re: Change Curl_is_absolute_url to allow URI without authority

2019-05-04 Thread Aron Bergman via curl-library
>> 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? As stated in the first mail, this will make it possible to use protocols which doesn’t use the authority component. I don’t think