Hi all,

The CURLOPT_ERRORBUFFER docs say:

"You must keep the associated buffer available until libcurl no longer
needs it. Failing to do so will cause very odd behavior or even crashes.
libcurl will need it until you call curl_easy_cleanup or you set the same
option again to use a different pointer."

Is it necessary that I set ERRORBUFFER to a *different* pointer each
time, or is it enough that I re-set it before sending each request? I
haven't looked at the curl_easy_setopt code so I wouldn't know how the
internals work.
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to