RE: CURLOPT_HEADERFUNCTION and buffer modifications

2019-10-03 Thread Clément Gregoire via curl-library
:56 À : Clément Gregoire via curl-library Cc : Clément Gregoire Objet : Re: CURLOPT_HEADERFUNCTION and buffer modifications On Thu, 3 Oct 2019, Clément Gregoire via curl-library wrote: > I'm using CURLOPT_HEADERFUNCTION to read/parse headers, and it'd be > useful for me if I co

Re: CURLOPT_HEADERFUNCTION and buffer modifications

2019-10-03 Thread Daniel Stenberg via curl-library
On Thu, 3 Oct 2019, Clément Gregoire via curl-library wrote: I'm using CURLOPT_HEADERFUNCTION to read/parse headers, and it'd be useful for me if I could replace some characters with for example the '\0'. Typical usage would be for strtok. Is this allowed ? I know the header callback buffer me