mirror of
https://github.com/curl/curl.git
synced 2026-08-03 23:21:04 +03:00
Update instances of some obsolete CURLOPTs to their new names
This commit is contained in:
parent
8ffe6f5b57
commit
3ae2b6cd7f
10 changed files with 12 additions and 13 deletions
|
|
@ -1430,7 +1430,7 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option,
|
|||
break;
|
||||
#endif
|
||||
|
||||
case CURLOPT_WRITEHEADER:
|
||||
case CURLOPT_HEADERDATA:
|
||||
/*
|
||||
* Custom pointer to pass the header write callback function
|
||||
*/
|
||||
|
|
@ -1443,7 +1443,7 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option,
|
|||
*/
|
||||
data->set.errorbuffer = va_arg(param, char *);
|
||||
break;
|
||||
case CURLOPT_FILE:
|
||||
case CURLOPT_WRITEDATA:
|
||||
/*
|
||||
* FILE pointer to write to. Or possibly
|
||||
* used as argument to the write callback.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue