Re: [PATCH] docs: correct symbols-in-versions & doc mismatch for 7.16.4

2021-08-02 Thread Ævar Arnfjörð Bjarmason via curl-library
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

Read from specified location

2021-08-02 Thread jeev2000 via curl-library
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.-

Re: Read from specified location

2021-08-02 Thread Tomalak Geret'kal via curl-library
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