mirror of
https://github.com/curl/curl.git
synced 2026-06-24 22:45:38 +03:00
parent
1ea3060a25
commit
032ea65ff2
5 changed files with 119 additions and 123 deletions
|
|
@ -1102,7 +1102,6 @@ void Curl_resolv_destroy_all(struct Curl_easy *data)
|
|||
|
||||
#endif /* USE_CURL_ASYNC */
|
||||
|
||||
|
||||
#ifdef USE_UNIX_SOCKETS
|
||||
CURLcode Curl_resolv_unix(struct Curl_easy *data,
|
||||
const char *unix_path,
|
||||
|
|
|
|||
|
|
@ -72,7 +72,6 @@ void Curl_httpsrr_cleanup(struct Curl_https_rrinfo *rrinfo);
|
|||
bool Curl_httpsrr_applicable(struct Curl_easy *data,
|
||||
const struct Curl_https_rrinfo *rr);
|
||||
|
||||
|
||||
/*
|
||||
* Code points for DNS wire format SvcParams as per RFC 9460
|
||||
*/
|
||||
|
|
@ -90,7 +89,6 @@ CURLcode Curl_httpsrr_from_ares(const ares_dns_record_t *dnsrec,
|
|||
#endif /* USE_ARES */
|
||||
|
||||
#ifdef CURLVERBOSE
|
||||
|
||||
CURLcode Curl_httpsrr_print(struct dynbuf *tmp,
|
||||
struct Curl_https_rrinfo *rr);
|
||||
void Curl_httpsrr_trace(struct Curl_easy *data,
|
||||
|
|
|
|||
|
|
@ -1623,7 +1623,6 @@ static CURLcode cookiefile(struct Curl_easy *data, const char *ptr)
|
|||
#endif
|
||||
|
||||
#ifndef CURL_DISABLE_PROXY
|
||||
|
||||
static CURLcode setproxy(struct Curl_easy *data, const char *proxy)
|
||||
{
|
||||
if((data->set.str[STRING_PROXY] && proxy) &&
|
||||
|
|
@ -1636,7 +1635,6 @@ static CURLcode setproxy(struct Curl_easy *data, const char *proxy)
|
|||
return Curl_setstropt(&data->set.str[STRING_PROXY], proxy);
|
||||
}
|
||||
|
||||
|
||||
static CURLcode setopt_cptr_proxy(struct Curl_easy *data, CURLoption option,
|
||||
const char *ptr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue