mirror of
https://github.com/curl/curl.git
synced 2026-08-26 22:13:31 +03:00
noproxy: also match with adjacent comma
If the host name is an IP address and the noproxy string contained that IP address with a following comma, it would erroneously not match. Extended test 1614 to verify this combo as well. Reported-by: Henning Schild Fixes #9813 Closes #9814
This commit is contained in:
parent
fc8d6b2370
commit
efc286b7a6
3 changed files with 27 additions and 9 deletions
|
|
@ -16,7 +16,7 @@ unittest
|
|||
proxy
|
||||
</features>
|
||||
<name>
|
||||
cidr comparisons
|
||||
noproxy and cidr comparisons
|
||||
</name>
|
||||
</client>
|
||||
<errorcode>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue