mirror of
https://github.com/curl/curl.git
synced 2026-07-24 02:07:17 +03:00
lib/src/docs/test: improve curl_easy_setopt() calls
Fix invokes where the argument was not the correct type. Closes #17160
This commit is contained in:
parent
179aeeaf22
commit
f9f1a15699
22 changed files with 39 additions and 34 deletions
|
|
@ -202,7 +202,7 @@ struct OperationConfig {
|
|||
0 is valid. default: CURL_HET_DEFAULT. */
|
||||
unsigned long timecond;
|
||||
HttpReq httpreq;
|
||||
int proxyver; /* set to CURLPROXY_HTTP* define */
|
||||
long proxyver; /* set to CURLPROXY_HTTP* define */
|
||||
int ftp_ssl_ccc_mode;
|
||||
int ftp_filemethod;
|
||||
int default_node_flags; /* default flags to search for each 'node', which
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue