mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
efc286b7a6
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
26 lines
241 B
Plaintext
26 lines
241 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
unittest
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
unittest
|
|
proxy
|
|
</features>
|
|
<name>
|
|
noproxy and cidr comparisons
|
|
</name>
|
|
</client>
|
|
<errorcode>
|
|
0
|
|
</errorcode>
|
|
</testcase>
|