mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
noproxy: patterns need to be comma separated
or they will not parse correctly.
Mentioned in DEPRECATED since Janurary 2023 (in 7ad8a7ba9e).
Closes #13789
This commit is contained in:
parent
4e2c45110c
commit
e78913e6b5
5 changed files with 50 additions and 86 deletions
|
|
@ -37,9 +37,7 @@ UNITTEST bool Curl_cidr6_match(const char *ipv6,
|
|||
unsigned int bits);
|
||||
#endif
|
||||
|
||||
bool Curl_check_noproxy(const char *name, const char *no_proxy,
|
||||
bool *spacesep);
|
||||
|
||||
bool Curl_check_noproxy(const char *name, const char *no_proxy);
|
||||
#endif
|
||||
|
||||
#endif /* HEADER_CURL_NOPROXY_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue