Libcurl: Difference between revisions
| Line 57: | Line 57: | ||
A warning is printed if this option is set when CURLOPT_PROXY is already set - in which case CURLOPT_PROXY is freed. | A warning is printed if this option is set when CURLOPT_PROXY is already set - in which case CURLOPT_PROXY is freed. | ||
This option controls whether to load the system proxy from [[Network_Interface_services#GetCurrentNetworkProfile|nifm]]. The code handling this option was added to the start of the inlined create_conn_helper_init_proxy func. | This option controls whether to load the system proxy from [[Network_Interface_services#GetCurrentNetworkProfile|nifm]]. The code handling this option was added to the start of the inlined create_conn_helper_init_proxy func. The loaded proxy info is written to the CURLOPT PROXY* options as needed. | ||
== UNK501 == | == UNK501 == | ||