On Fri, Jul 30 2021, Daniel Stenberg wrote:
> On Fri, 30 Jul 2021, Ævar Arnfjörð Bjarmason via curl-library wrote:
>
>> These options introduced in 7.17.0 were documented in 9f44a9552
>> (Renamed several libcurl error codes[...], 2007-08-30) as being
>> introduced in version 7.16.4, but as lookin
hello,
If accept ranges are not supported, how to seek and start a read from specific
location.
I am using Read callback using CURLOPT_WRITEFUNCTION. I don't see any option to
be specified for reading from specifed location. Everytime the read starts from
the beginning.
thankyou.-
On 02/08/2021 16:01, jeev2000 via curl-library wrote:
> hello,
>
> If accept ranges are not supported, how to seek and start
> a read from specific location.
>
> I am using Read callback using |CURLOPT_WRITEFUNCTION. I
> don't see any option to be specified for reading from
> specifed location. Eve